Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 884aadb8

History | View | Annotate | Download (27.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
* Change astakosclient to accept AUTH_URL instead of BASE_URL
20
  ASTAKOS_BASE_URL settings has been removed from Pithos and Cyclades
21
  and has been replaced with ASTAKOS_AUTH_URL. Both Pithos and Cyclades
22
  proxy the Astakos services under ASTAKOS_PROXY_PREFIX path.
23
  ASTAKOS_PROXY_PREFIX by default has a value of '_astakos'.
24
  More specifically, Astakos' identity service is proxied under
25
  '_astakos/identity', Astakos' account service is under '_astakos/account'
26
  and Astakos' ui service is under '_astakos/ui'.
27

    
28
* Add 'mail_admins' handler to 'django.request' logger in order to send email
29
  notifactions to users listed in 'ADMINS' setting about unhandled exceptions
30
  in the code.
31

    
32
* Extend astakosclient to request and validate OAuth 2.0 access tokens
33

    
34
* Change response status code from 400 (Bad Request) to 405 (Not allowed
35
  method) in case of an unexpected request method.
36

    
37
Astakos
38
-------
39

    
40
* Changes in project schema:
41

    
42
  * A Project entry is created when submitting an application for a new
43
    project, rather than on approval. Its state is dependent on the state
44
    of its `reference' application (current definition). Lock Project rather
45
    than Chain (the latter is semantically obsolete).
46

    
47
  * Project states "Active - Pending" and "Suspended - Pending" have been
48
    removed. In management command `project-list', the existence of a pending
49
    modification is indicated by a non-blank `Pending AppID'.
50

    
51
  * Improve recording of project, application, and membership actions.
52

    
53
* Implement API calls for projects.
54

    
55
* Store the base URL of a component. Deployer should provide it when adding
56
  a new component. Service endpoints originating from a component are
57
  expected to match its base URL; otherwise, a warning is issued.
58
  Re-registration with `snf-component-register' affects both the base and
59
  the ui URL.
60

    
61
* Changes in resource and quota handling:
62

    
63
  * New resources are registered with unlimited default base quota,
64
    represented by 2**63-1.
65
  * Each newly accepted user copies the default value for all resources
66
    as their own base quota. A base quota is considered 'custom' if its
67
    value differs from the default.
68
  * Changing resource's default quota affects the base quota *only* of
69
    future users.
70
  * Resource definition got flags 'api_visible' and 'ui_visible',
71
    replacing flag 'allow_in_projects'. They control whether a user can
72
    access these resources. The system internally always accounts for
73
    all resources, and a user can get off quota even for a resource that
74
    is not visible.
75

    
76
* Remove API call GET /account/v1.0/authenticate in favor of
77
  POST /identity/v2.0/tokens.
78

    
79
* Export basic statistics about Astakos service from '/admin/stats/detail' API
80
  endpoint. Access to this endpoint is only allowed to users that belong to
81
  the Astakos groups that are defined in the
82
  'ASTAKOS_ADMIN_STATS_PERMITTED_GROUPS' setting. Statistics are also availble
83
  from 'snf-manage stats-astakos' management command.
84

    
85
* Implement OAuth 2.0 Authorization Code Grant
86
  Add API calls for authorization code and access token generation
87

    
88
* Add API call for validating OAuth 2.0 access tokens
89

    
90
* **Shibboleth module** Extract unique identifier from the
91
  ``REMOTE_USER`` header.
92

    
93
* Automatically fill third party signup form fields when available by the
94
  the third party provider.
95

    
96
* Management commands:
97

    
98
  * Introduced new commands:
99
	* component-show
100
	* quota-list (replacing quota, supports various filters)
101
	* quota-verify (replacing quota)
102
	* oauth2-client-add (register OAuth 2.0 client)
103
	* oauth2-client-list (list registered oauth 2.0 clients)
104
	* oauth2-client-remove (remove OAuth 2.0 client)
105
  * Changed commands:
106
	* component-add got options --base-url and --ui-url
107
	* resource-modify --limit became --default-quota
108
	* user-modify can operate on multiple users with --all and --exclude
109
	* user-modify --set-base-quota became --base-quota
110
  * Removed commands:
111
	* quota
112
	* resource-import (subsumed by service-import)
113
	* resource-export-astakos (subsumed by service-export-astakos)
114

    
115
Cyclades
116
--------
117

    
118
* Major changes to Cyclades networks:
119

    
120
  * Implement 'cyclades_network' service, containing the /networks, /ports,
121
    /subnets and /floatingips API endpoints under '/network/v2.0'. The old
122
    /networks API of 'cyclades_compute' (under /compute/v2.0) is
123
    removed.
124
  * Implement `snf-manage subnet-{create, list, modify, inspect}' management
125
    commands for handling of subnets.
126
  * Implement `snf-manage port-{create, list, remove, inspect}' management
127
    commands for handling of ports.
128
  * Add two new settings, 'CYCLADES_FORCED_SERVER_NETWORKS' and
129
    'CYCLADES_DEFAULT_SERVER_NETWORKS' to control the networks that newly
130
    created servers will be connected.
131

    
132
* Implement Floating IP addresses, which are IPv4 addresses that can be
133
  dynamically added and removed to a running server.
134

    
135
  * Add new 'cyclades.floating_ip' resource.
136
  * Implement 'snf-manage floating-ip-{create,list,remove,attach,detach}'
137
    management commands to handle floating IPs.
138
  * Add 'floating_ip_pool' attribute to networks to mark networks that can
139
    be used as floating IP pools.
140

    
141
* Implement 'resize' server action.
142

    
143
  * Implement the 'resize' server action, to change the flavor of a server.
144
    Only 'cpu' and 'memory' resizing is supported.
145

    
146
* Compute quotas for CPU and memory of running vms.
147

    
148
  * Change 'cyclades.cpu' and 'cyclades.ram' resources to represent the CPU
149
    and RAM for running VMs. Total CPU and RAM usage is represented by new
150
    'cyclades.total_cpu' and 'cyclades.total_ram' resources.
151

    
152
* Refer to Ganeti NICs by their name instead of their index.
153

    
154
  * Make cyclades give a unique name to each Ganeti NIC. NICs are refered by
155
    their unique name and not by their index inside the VM that are connected
156
    to.
157

    
158
* Support firewall profile for all NICs of an instance. Change firewall
159
  settings to be filled with the unique name of the NIC. The affected settings
160
  are the GANETI_FIREWALL_{ENABLED, DISABLED, PROTECTED}_TAG settings.
161
* Add accounting for public IP addresses that is accessible via `snf-manage
162
  ip-list` management command and via the helpdesk app.
163
* Implement IPv6 only networks.
164
* Extend servers info API response with 'SNF:fqdn' attribute, and introduce
165
  CYCLADES_SERVERS_FQDN to set the template for servers FDQN. Remove
166
  'UI_VM_HOSTNAME_FORMAT' setting.
167
* Extend servers info API response with 'SNF:port_forwarding' attribute,
168
  describing port fowarding rules (DNAT) that are applied to vms. The
169
  description of such rules is done via the new CYCLADES_PORT_FORWARDING
170
  setting.
171
* Speed up server reconciliation, by performing parallel reconciliation for
172
  each backend.
173
* Change --dhcp option of network management commands from a flag to a boolean
174
  value, e.g. --dhcp=True
175
* Remove 'ARCHIPELAGO_BACKENDS' setting used to distinquish between backends
176
  that hosted only archipelago backends. Instead allocation is based on which
177
  disk-templates are enabled in each backend.
178
* Implement 'snf-manage server-remove' management command.
179
* Move reconciliation of IP pools from 'reconcile-networks' to
180
  'reconcile-pools'. The IP pool reconciliation does not reconcile the IP
181
  pools with Ganeti. Instead it checks if the pool is consistent with the
182
  IPs that are used by instances.
183
* Do not automatically release externally reserved IPs if they are released
184
  from a Ganeti backend. Management of externally reserved IPs must be
185
  performed from Cyclades with 'network-modify' command.
186
* Export basic statistics about Cyclades Service from '/admin/stats/detail'
187
  API endpoint. Access to this endpoint is only allowed to users that belong
188
  to the Astakos groups that are defined in the 'ADMIN_STATS_PERMITTED_GROUPS'
189
  setting.  Statistics are also availble from 'snf-manage stats-cyclades'
190
  management command.
191
* Support enforcing quota through command 'enforce-resources-cyclades'.
192
* Remove command 'resource-export-cyclades' subsumed by
193
  'service-export-cyclades'.
194
* Obsolete PUBLIC_USE_POOL setting, since Cyclades manages IP pool for all
195
  type of networks.
196
* Encrypt / decrypt the instance id / hostname in the  stats URL in
197
  snf-cyclades-app and snf-stats-app, using the 'CYCLADES_STATS_SECRET_KEY'
198
  and 'STATS_SECRET_KEY' respectively.
199
* Add support for snf-vncauthproxy-1.5 and the setting
200
  'CYCLADES_VNCAUTHPROXY_OPTS', which configures the extra options / arguments
201
  needed by the newer version of snf-vncauthproxy. Support for older versions
202
  of snf-vncauthproxy has been dropped. See also the upgrade notes for Synnefo
203
  and snf-vncauthproxy-1.5.
204
* Remove 'DEFAULT_ROUTING_TABLE' setting. If a link for an IP_LESS_ROUTED
205
  network is not specified, the link will be uniquely named
206
  'snf-link-$network_id'.
207

    
208

    
209
Cyclades UI
210
-----------
211

    
212
- Retrieve all networks information from the introduced cyclades network
213
  service.
214
- New IPs pane from which user can manage floating IPs.
215
- Redesign public keys overlay as an additional pane view.
216
- Split networking configuration into an additional step in machine create
217
  wizard.
218
- Display forced networks and choices of the available floating IPs which will
219
  be assigned to the created machine.
220
- Support for machine resize action. Explicit handling when machine is started
221
  by displaying an utility shutdown button within the resize overlay.
222
- Machine IPs toggling subview in icon/single views.
223
- Replace IPv4/IPv6 with machine's FQDN in icon/single view. When no FQDN can
224
  be resolved display a message. Message can be configured using the introduced
225
  ``UI_NO_FQDN_MESSAGE``. Setting ``UI_VM_HOSTNAME_FORMAT`` has been removed
226
  and no longer used.
227
- Respect ``SNF:task_state`` machine attribute in order to improve machine
228
  status display.
229
- Append software version as a url parameter in HTML static files in order
230
  to force browser cache invalidation between versions.
231
- Configurable Google fonts base url. Fonts base url can be changed usint the
232
  ``SYNNEFO_FONTS_BASE_URL`` setting.
233
- Regression fix: Display reboot required notification on machine firewall
234
  parameters.
235
- Handling of ``GANETI_USE_HOTPLUG`` setting. Do not allow live network actions
236
  when setting is set to ``False``.
237
- Double escaping fix in machine create wizard images list and machine details
238
  subview.
239
- Fix image ordering in machine create wizard.
240
- New setting ``UI_SUPPORT_SSH_OS_FAMILY_LIST``. A list of image OS families
241
  for which ui will enable ssh key injection in machine wizard.
242

    
243

    
244
Pithos
245
------
246

    
247
* Rewrite tests.
248
* Performance optimizations in object listing.
249
* Introduce backend method decorator for handling transaction management if no
250
  transaction is initiated from the frontend.
251
* Fix Internal Server Errors https://code.grnet.gr/issues/4501 &
252
  https://code.grnet.gr/issues/4502.
253
* Fix REQUEST ENTITY TOO LARGE request failure during move operations
254
  https://code.grnet.gr/issues/4154.
255
* Fix FORBIDDEN request failure while listing implicitly shared objects
256
  https://code.grnet.gr/issues/4131.
257
* Fix issue with the computed size of an updated object.
258
* Reply with the Merkle hash in the ETag header if MD5 is deactivated.
259
* Reply with FORBIDDEN (403) to public listing requests performed by non path
260
  owners.
261
* Change response status to NOT FOUND (404) while trying to delete an
262
  already deleted object.
263
* Change SQLAlchemy version to 0.7
264
* Change view authorization
265
  The pithos views do not use the cookie information for user authentication.
266
  They request (from Astakos) and use a short-term access token for a
267
  specific resource.
268
* Remove PITHOS_ASTAKOS_COOKIE_NAME setting, since it is no longer useful
269
* Add PITHOS_OAUTH2_CLIENT_CREDENTIALS setting to authenticate the views with
270
  astakos during the resource access token generation procedure
271
* Add PITHOS_UNSAFE_DOMAIN setting to restrict file serving endpoints to a
272
  specific host
273
* Added new 'file-show' management command
274
* Remove command 'resource-export-pithos' subsumed by 'service-export-pithos'.
275

    
276
.. _Changelog-0.14.10:
277

    
278
v0.14.10
279
=======
280

    
281
Released: Tue Nov 26 11:03:37 EET 2013
282

    
283
Cyclades
284
-------
285

    
286
* This is the first release to support Ganeti 2.8. Support for older versions
287
  of Ganeti is dropped.
288
* Use Ganeti opportunistic locking to achive parallelized instance creations
289
  in the same backend. Add setting 'GANETI_USE_OPPORTUNISTIC_LOCKING' to
290
  enable the use of this feature.
291
* Fix warning message while getting object permissions to appear only when
292
  path is None and the object has permissions
293
* Add name to newly created NICs and the corresponding firewall tags.
294

    
295
.. _Changelog-0.14.9:
296

    
297
v0.14.9
298
=======
299

    
300
Released: Mon Nov 11 12:13:31 EET 2013
301

    
302
* Astakos: Fix minor problems with logging in the Astakos module, which could
303
  lead to unexpected exceptions
304

    
305
.. _Changelog-0.14.8:
306

    
307
v0.14.8
308
=======
309

    
310
Released: Fri Nov  8 17:25:08 EET 2013
311

    
312
Synnefo-wide
313
------------
314

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

    
322
Cyclades
323
--------
324

    
325
* On VM creation, pass the hashmap of the image (pithosmap://) instead of the
326
  image URL (pithos://). Access to the Pithos DB by Ganeti nodes is no longer
327
  required.
328
* Workaround race between server creation and server deletion. This will be
329
  fixed properly by updating Ganeti to support the 'depends' attribute for
330
  OP_INSTANCE_REMOVE.
331

    
332
Astakos
333
-------
334

    
335
* For Shibboleth logins, store all attributes along with the user in the DB.
336

    
337
.. _Changelog-0.14.7:
338

    
339
v0.14.7
340
=======
341

    
342
Released: Wed Sep 18 17:50:12 EEST 2013
343

    
344
Cyclades
345
--------
346

    
347
* Fix bug in helpdesk view
348

    
349
.. _Changelog-0.14.6:
350

    
351
v0.14.6
352
=======
353

    
354
Released: Wed Sep 18 16:18:58 EEST 2013
355

    
356
Pithos
357
------
358

    
359
* Substitute the PITHOS_BACKEND_QUOTA setting with two
360
  distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
361
  PITHOS_BACKEND_CONTAINER_QUOTA
362
* Set PITHOS_BACKEND_CONTAINER_QUOTA default value to 0 (unlimited)
363
* Fix bug that resulted in DB deadlocks.
364

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

    
368
* Fix bug in snf-dispatcher that resulted in servers to be deleted from the
369
  DB even if the corresponding Ganeti job failed.
370

    
371
Branding
372
--------
373

    
374
* Add new BRANDING_FOOTER_EXTRA_MESSAGE setting.
375

    
376

    
377
.. _Changelog-0.14.5:
378

    
379
v0.14.5
380
=======
381

    
382
Released: Wed Aug  7 11:19:49 EEST 2013
383

    
384
Pithos
385
------
386

    
387
* Fix security issue with handling Pithos versions.
388

    
389

    
390
.. _Changelog-0.14.4:
391

    
392
v0.14.4
393
=======
394

    
395
Released: Mon Jul 29 12:24:22 EEST 2013
396

    
397
Pithos
398
------
399

    
400
* Fix bug in reconcile resources management command.
401

    
402

    
403
.. _Changelog-0.14.3:
404

    
405
v0.14.3
406
=======
407

    
408
Released: Thu Jul 25 12:22:47 EEST 2013
409

    
410
Synnefo-wide
411
------------
412

    
413
* Use the SYNNEFO_TRACE environmental variable to control whether the greenlet
414
  tracing code will get loaded or not.
415
* Split the HIDDEN_COOKIES setting in HIDDEN_HEADERS and HIDDEN_COOKIES, and
416
  add the MAIL_MAX_LEN setting, to limit the mail size for unhandled
417
  exceptions.
418

    
419

    
420
.. _Changelog-0.14.2:
421

    
422
Released: Fri Jul 12 13:13:32 EEST 2013
423

    
424
v0.14.2
425
=======
426

    
427
Cyclades
428
--------
429

    
430
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size
431
  of the pool of Pithos backends that are used by plankton.
432

    
433
Pithos
434
------
435

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

    
439

    
440
.. _Changelog-0.14:
441

    
442
v0.14
443
=====
444

    
445
Released: Tue Jun 25 14:01:19 EEST 2013
446

    
447
Synnefo-wide
448
------------
449

    
450
* Create 'snf_django' Python package to hold common code for all Synnefo
451
  components.
452

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

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

    
462
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps.
463

    
464
* Common synnefo 404/500 templates (located in snf-webproject)
465

    
466
Astakos
467
-------
468

    
469
* Redesign of the accounting system (quotaholder) and integration into
470
  Astakos.
471

    
472
  * Simplified the quotaholder model; removed tables Entity and Policy; now
473
    table Holding contains limit and usage for every holding.
474
  * Extended table Holding, so that we can keep track of quota for every
475
    valid combination of holder (e.g. user), resource, and source (e.g. the
476
    default system or some specific project).
477
  * Refactored code for issuing and resolving commissions for robustness;
478
    added a 'force' option to bypass the upper limit check when issuing a
479
    commission.
480
  * Simplified syncing to the quotaholder; removed fields from models
481
    Project and ProjectMembership, previously needed for syncing; removed
482
    state PROJECT_DEACTIVATED from ProjectMembership.
483
  * Removed settings ASTAKOS_QUOTAHOLDER_URL, ASTAKOS_QUOTAHOLDER_TOKEN,
484
    and ASTAKOS_QUOTAHOLDER_POOLSIZE.
485

    
486
* API-related changes:
487

    
488
  * Implemented API calls for quota, resources, and commissions.
489
  * Moved all API calls under '/account/v1.0'.
490
  * Implemented the keystone API call POST /tokens under '/identity/v2.0'.
491

    
492
* Service and resource specification and handling:
493

    
494
  * Specified a format for defining services along with the API endpoints
495
    and the resources they expose. Migrated internal resource name by
496
    prefixing it with service name (e.g. 'vm' becomes 'cyclades.vm');
497
    renamed registered service 'pithos+' to 'pithos'.
498
  * Specified a procedure to register a Synnefo component, its services and
499
    their resources in astakos and set the resources' default base quota
500
    limit. Removed resource definitions from settings.
501
  * Moved service and resource presentation data out of the respective db
502
    models into a separate file of UI constants.
503

    
504
* Converted the limit on pending applications from a setting to a quotable
505
  resource. Converted the related user setting to a user-specific base quota
506
  limit. Deprecated model UserSetting; removed setting
507
  ASTAKOS_PENDING_APPLICATION_LIMIT.
508

    
509
* Changes in locking strategy:
510

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

    
516
* Changes in views:
517

    
518
  * Replaced custom transaction context with a simple decorator for managing
519
    transactions and a context 'ExceptionHandler', which logs and suppresses
520
    exceptions
521

    
522
* Added fine grain user auth provider's policies.
523

    
524
  * Administrator can override default auth provider policies to a specific
525
    user or group of users.
526
  * Optionally a user can be assigned to a list of groups, based on the
527
    authentication method he choosed to signup.
528

    
529
* Removed explicit handling of SMTP errors on each email delivery. Exceptions
530
  are now propagated to base django exception handler.
531

    
532
* Email used in html/email tempaltes which prompt user to contact for service
533
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in
534
  snf-common settings.
535

    
536
* Improvements in user activation flow
537

    
538
  * User moderation now takes place after the user has verified his email
539
    address.
540
  * User model enriched with additional user state fields
541
  * Split activation email from moderation process. Administrator is required
542
    to moderate user explicitly using the `user-modify --accept` or
543
    `user-modify --reject` commands.
544
  * Improved logging throught out user activation procedures.
545

    
546
* Remove deprecated AstakosUser model fields: `provider`,
547
  `third_party_identifier`
548

    
549
* Allow override of authentication provider messages using the following
550
  format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG``
551

    
552
* Cloudbar automatically tries to identify the active service based on window
553
  location.
554

    
555
* Removing authentication provider view is now CSRF protected.
556

    
557
* New `API access` view, containing useful information to users on how to
558
  access available Synnefo services API's.
559

    
560
* Remove of ASTAKOS_*_EMAIL_SUBJECT settings. All email subjects are now
561
  defined in astakos.im.messages module. Overriding default values can be
562
  achieved using custom gettext files or using astakos messages settings::
563

    
564
	#change of greeting email subject
565
  	ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud'
566

    
567
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL``
568
  from astakos .conf file. Settings are dynamically computed based on
569
  ``ASTAKOS_BASE_URL``.
570

    
571
* Management commands:
572

    
573
  * Introduced new commands:
574
     * authpolicy-{add, list, remove, set, show}
575
     * group-{add, list}
576
     * component-{add, list, modify, remove}
577
     * reconcile-resources-astakos
578
     * resource-{export-astakos, import, modify}
579
     * service-{export-astakos, import, show}
580
  * Renamed commands:
581
     * astakos-quota to quota
582
     * user-update to user-modify
583
     * full-cleanup to cleanup-full
584
  * Removed commands:
585
     * astakos-init
586
     * invitation-{details, list}
587
     * project-sync
588
     * resource-{add, remove}
589
     * service-{add, remove, token-renew, update}
590
     * user-invite
591
     * user-set-initial-quota (integrated its functionality in user-modify and quota)
592
  * Added quota and project-related information in user-show command; added
593
    membership information in project-show.
594

    
595
Cyclades
596
--------
597

    
598
* Make 'type' attribute required for network create API request.
599
* Networks not created to all Ganeti backends upon creation, they are instead
600
  created to a backend only when a VM connects to the network.
601
* Add 'CYCLADES_ASTAKOSCLIENT_POOLSIZE' setting which tunes the size of the
602
  http connection pool to astakos.
603
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
604
* Remove CYCLADES_USE_QUOTAHOLDER, CYCLADES_QUOTAHOLDER_TOKEN,
605
  CYCLADES_QUOTAHOLDER_URL, CYCLADES_QUOTAHOLDER_POOLSIZE settings
606
* Rename 'cyclades-usage-verify' management command to
607
  'reconcile-resources-cyclades'. Also, remove 'cyclades-usage-reset' command,
608
  which is equivalent to 'reconcile-resources-cyclades --fix'.
609
* Rename 'cyclades-reconcile-commissions' management command to
610
  'reconcile-commissions-cyclades'.
611
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER',
612
  "VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage
613
  is covered by Quotaholder.
614
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by
615
  the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since
616
  it is being covered by 'CYCLADES_BASE_URL'.
617
* Remove obsolete settings GANETI_DISK_TEMPLATES and
618
  DEFAULT_GANETI_DISK_TEMPLATE
619

    
620
Cyclades helpdesk
621
-----------------
622

    
623
* Additional start/stop vm action
624
* Display extend backend info in vm's view
625
* Fixed IP lookup
626

    
627
Pithos
628
------
629

    
630
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
631
  astakos users.
632
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
633
  'PITHOS_USER_LOGIN_URL' settings.
634
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL,
635
  PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE
636

    
637
* Enforce container-level atomicity in (most) Pithos API calls.
638

    
639

    
640
Tools
641
-----
642

    
643

    
644
.. _Changelog-0.13:
645

    
646
v0.13
647
=====
648

    
649
Released: Wed Apr 10 18:52:50 EEST 2013
650

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

    
657
Synnefo-wide
658
------------
659

    
660
* Support for pooling throughout Synnefo
661

    
662
  * Pooled Django DB connections, Pithos backend connections, HTTP
663
    connections using single `objpool` package
664

    
665
* Improved management commands
666

    
667
  * Unified codebase for output of tables in JSON, CSV
668

    
669
* Bring most of Synnefo code inside a single, unified repository
670

    
671
  * support automatic Python and Debian package builds for individual commits
672
  * with automatic version generation
673

    
674
* Overhauling of Synnefo settings: renames and refactoring, for increased
675
  uniformity (in progress)
676
* Deployment: Standardize on gunicorn, with gevent-based workers
677
  and use of Green threads throughout Synnefo
678
* Documentation: New scale-out guide, with distinct node roles,
679
  for mass Synnefo deployments
680

    
681
Astakos
682
-------
683

    
684
* Support multiple authentication methods
685

    
686
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
687
    Google, Twitter, LinkedIn
688
  * Users can enable/disable auth methods, and switch between them
689

    
690
* Introduce a UUID as a global identifier for users, throughout Synnefo
691

    
692
  * The UUID remains constant as the user enables/disables login methods
693

    
694
* Allow users to modify their email address freely
695
* Per-user, per-resource accounting mechanism (quotaholder)
696
* Full quota support, with per-user, per-resource quotas, based on quotaholder
697
* Projects: Users can create and join Projects
698

    
699
  * Projects grant extra resources to their members
700

    
701
* UI Enhancements for quotas and projects
702

    
703
  * distinct Usage tab, showing usage of individual resources
704
  * Project management UI
705
  * New Overview page
706

    
707
* refactored/improved /login endpoint used by desktop/mobile clients.
708
  * endpoint url is now exposed by `weblogin` service
709
  * clients should use unauthenticated identity/tokens api to resolve the
710
    endpoint url
711
  * view only allows redirects to `pithos://` scheme urls
712
  * removed uuid from redirect parameters. Client should use authenticated
713
    request to identity/tokens to retrieve user uuid.
714

    
715

    
716
Cyclades
717
--------
718

    
719
* Commission resources on quotaholder/Astakos
720
* Support mass creation of flavors
721
* Support for the ExtStorage disk template in Ganeti
722
* Query and report quotas in the UI
723
* Pass VM configuration parameters over a VM-side API (`vmapi`)
724

    
725
  * Do not pass sensitive data as Ganeti OS parameters
726
  * Keep sensitive data in memory caches (memcached) and
727
    never allow them to hit the disk
728

    
729
* Display additional backend information in helpdesk machines list
730
* Allow helpdesk users to search for an account using a known machine id
731
* Helpdesk actions are now logged using the synnefo's common login
732
  infrastructure
733

    
734
UI
735
^^
736
* Removed feedback endpoint. Feedback requests delegate to astakos feedback
737
  service. ``FEEDBACK_CONTACTS``, ``FEEDBACK_EMAIL_FROM`` settings removed,
738
  and no longer used.
739
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer
740
  required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL``
741
  and ``CYCLADES_BASE_URL`` settings.
742
* File group is no longer included in ssh keys personality metadata sent in
743
  create vm calls.
744

    
745

    
746
Pithos
747
------
748

    
749
* Support storage of blocks on a RADOS backend, for Archipelago
750

    
751
  * new settings:
752
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
753

    
754
* X-Object-Public now contains full url (domain + proper component prefix +
755
  file path)
756

    
757
* Rewritten support for public URLs, with admin-selectable length
758

    
759
  * new settings:
760
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
761

    
762
* Enable pithos backend to use external quotaholder component
763

    
764
  * new settings:
765
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
766
    PITHOS_QUOTAHOLDER_POOLSIZE
767

    
768
* Moderated version debiting mechanism
769

    
770
  * new setting:
771
    PITHOS_BACKEND_FREE_VERSIONING
772

    
773
* Proxy Astakos user-visible services
774

    
775
  * new settings:
776
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
777
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
778

    
779
Tools
780
-----
781

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