Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 75144caa

History | View | Annotate | Download (23.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
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
Astakos
33
-------
34

    
35
* Changes in project schema:
36

    
37
  * A Project entry is created when submitting an application for a new
38
    project, rather than on approval. Its state is dependent on the state
39
    of its `reference' application (current definition). Lock Project rather
40
    than Chain (the latter is semantically obsolete).
41

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

    
46
  * Improve recording of project, application, and membership actions.
47

    
48
* Implement API calls for projects.
49

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

    
56
* Changes in resource and quota handling:
57

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

    
71
* Remove API call GET /account/v1.0/authenticate in favor of
72
  POST /identity/v2.0/tokens.
73

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

    
80
* Management commands:
81
  * Introduced new commands:
82
     * component-show
83
     * quota-list (replacing quota, supports various filters)
84
     * quota-verify (replacing quota)
85
  * Changed commands:
86
     * component-add got options --base-url and --ui-url
87
     * resource-modify --limit became --default-quota
88
     * user-modify can operate on multiple users with --all and --exclude
89
     * user-modify --set-base-quota became --base-quota
90
  * Removed commands:
91
     * quota
92
     * resource-import (subsumed by service-import)
93
     * resource-export-astakos (subsumed by service-export-astakos)
94

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

    
98
* Major changes to Cyclades networks:
99

    
100
  * Implement 'cyclades_network' service, containing the /networks, /ports,
101
    /subnets and /floatingips API endpoints under '/network/v2.0'.
102
	The old /networks API of 'cyclades_compute' (under /compute/v2.0) is
103
	removed.
104
  * Implement `snf-manage subnet-{create, list, modify, inspect}' management
105
    commands for handling of subnets.
106
  * Implement `snf-manage port-{create, list, remove, inspect}' management
107
    commands for handling of ports.
108
  * Add two new settings, 'CYCLADES_FORCED_SERVER_NETWORKS' and
109
	'CYCLADES_DEFAULT_SERVER_NETWORKS' to control the networks that newly
110
	created servers will be connected.
111

    
112
* Implement Floating IP addresses, which are IPv4 addresses that can be
113
  dynamically added and removed to a running server.
114

    
115
  * Add new 'cyclades.floating_ip' resource.
116
  * Implement 'snf-manage floating-ip-{create,list,remove,attach,detach}'
117
	management commands to handle floating IPs.
118
  * Add 'floating_ip_pool' attribute to networks to mark networks that can
119
    be used as floating IP pools.
120

    
121
* Implement 'resize' server action.
122

    
123
  * Implement the 'resize' server action, to change the flavor of a server.
124
  Only 'cpu' and 'memory' resizing is supported.
125

    
126
* Compute quotas for CPU and memory of running vms.
127

    
128
  * Change 'cyclades.cpu' and 'cyclades.ram' resources to represent the CPU
129
    and RAM for running VMs. Total CPU and RAM usage is represented by new
130
    'cyclades.total_cpu' and 'cyclades.total_ram' resources.
131

    
132
* Refer to Ganeti NICs by their name instead of their index.
133

    
134
  * Make cyclades give a unique name to each Ganeti NIC. NICs are refered by
135
    their unique name and not by their index inside the VM that are connected
136
	to.
137

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

    
185
Pithos
186
------
187

    
188
* Management commands:
189
  * Introduced new command:
190
     * file-show
191

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

    
195
* Enforce container-level atomicity in (most) Pithos API calls.
196

    
197
* Remove command 'resource-export-pithos' subsumed by 'service-export-pithos'.
198

    
199
.. _Changelog-0.14.10:
200

    
201
v0.14.10
202
=======
203

    
204
Released: Tue Nov 26 11:03:37 EET 2013
205

    
206
Cyclades
207
-------
208

    
209
* This is the first release to support Ganeti 2.8. Support for older versions
210
  of Ganeti is dropped.
211
* Use Ganeti opportunistic locking to achive parallelized instance creations
212
  in the same backend. Add setting 'GANETI_USE_OPPORTUNISTIC_LOCKING' to
213
  enable the use of this feature.
214
* Fix warning message while getting object permissions to appear only when
215
  path is None and the object has permissions
216
* Add name to newly created NICs and the corresponding firewall tags.
217

    
218
.. _Changelog-0.14.9:
219

    
220
v0.14.9
221
=======
222

    
223
Released: Mon Nov 11 12:13:31 EET 2013
224

    
225
* Astakos: Fix minor problems with logging in the Astakos module, which could
226
  lead to unexpected exceptions
227

    
228
.. _Changelog-0.14.8:
229

    
230
v0.14.8
231
=======
232

    
233
Released: Fri Nov  8 17:25:08 EET 2013
234

    
235
Synnefo-wide
236
------------
237

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

    
245
Cyclades
246
--------
247

    
248
* On VM creation, pass the hashmap of the image (pithosmap://) instead of the
249
  image URL (pithos://). Access to the Pithos DB by Ganeti nodes is no longer
250
  required.
251
* Workaround race between server creation and server deletion. This will be
252
  fixed properly by updating Ganeti to support the 'depends' attribute for
253
  OP_INSTANCE_REMOVE.
254

    
255
Astakos
256
-------
257

    
258
* For Shibboleth logins, store all attributes along with the user in the DB.
259

    
260
.. _Changelog-0.14.7:
261

    
262
v0.14.7
263
=======
264

    
265
Released: Wed Sep 18 17:50:12 EEST 2013
266

    
267
Cyclades
268
--------
269

    
270
* Fix bug in helpdesk view
271

    
272
.. _Changelog-0.14.6:
273

    
274
v0.14.6
275
=======
276

    
277
Released: Wed Sep 18 16:18:58 EEST 2013
278

    
279
Pithos
280
------
281

    
282
* Substitute the PITHOS_BACKEND_QUOTA setting with two
283
  distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
284
  PITHOS_BACKEND_CONTAINER_QUOTA
285
* Set PITHOS_BACKEND_CONTAINER_QUOTA default value to 0 (unlimited)
286
* Fix bug that resulted in DB deadlocks.
287

    
288
Cyclades
289
--------
290

    
291
* Fix bug in snf-dispatcher that resulted in servers to be deleted from the
292
  DB even if the corresponding Ganeti job failed.
293

    
294
Branding
295
--------
296

    
297
* Add new BRANDING_FOOTER_EXTRA_MESSAGE setting.
298

    
299

    
300
.. _Changelog-0.14.5:
301

    
302
v0.14.5
303
=======
304

    
305
Released: Wed Aug  7 11:19:49 EEST 2013
306

    
307
Pithos
308
------
309

    
310
* Fix security issue with handling Pithos versions.
311

    
312

    
313
.. _Changelog-0.14.4:
314

    
315
v0.14.4
316
=======
317

    
318
Released: Mon Jul 29 12:24:22 EEST 2013
319

    
320
Pithos
321
------
322

    
323
* Fix bug in reconcile resources management command.
324

    
325

    
326
.. _Changelog-0.14.3:
327

    
328
v0.14.3
329
=======
330

    
331
Released: Thu Jul 25 12:22:47 EEST 2013
332

    
333
Synnefo-wide
334
------------
335

    
336
* Use the SYNNEFO_TRACE environmental variable to control whether the greenlet
337
  tracing code will get loaded or not.
338
* Split the HIDDEN_COOKIES setting in HIDDEN_HEADERS and HIDDEN_COOKIES, and
339
  add the MAIL_MAX_LEN setting, to limit the mail size for unhandled
340
  exceptions.
341

    
342

    
343
.. _Changelog-0.14.2:
344

    
345
Released: Fri Jul 12 13:13:32 EEST 2013
346

    
347
v0.14.2
348
=======
349

    
350
Cyclades
351
--------
352

    
353
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size
354
  of the pool of Pithos backends that are used by plankton.
355

    
356

    
357

    
358
.. _Changelog-0.14:
359

    
360
v0.14
361
=====
362

    
363
Released: Tue Jun 25 14:01:19 EEST 2013
364

    
365
Synnefo-wide
366
------------
367

    
368
* Create 'snf_django' Python package to hold common code for all Synnefo
369
  components.
370

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

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

    
380
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. 
381

    
382
* Common synnefo 404/500 templates (located in snf-webproject)
383

    
384
Astakos
385
-------
386

    
387
* Redesign of the accounting system (quotaholder) and integration into
388
  Astakos.
389

    
390
  * Simplified the quotaholder model; removed tables Entity and Policy; now
391
    table Holding contains limit and usage for every holding.
392
  * Extended table Holding, so that we can keep track of quota for every
393
    valid combination of holder (e.g. user), resource, and source (e.g. the
394
    default system or some specific project).
395
  * Refactored code for issuing and resolving commissions for robustness;
396
    added a 'force' option to bypass the upper limit check when issuing a
397
    commission.
398
  * Simplified syncing to the quotaholder; removed fields from models
399
    Project and ProjectMembership, previously needed for syncing; removed
400
    state PROJECT_DEACTIVATED from ProjectMembership.
401
  * Removed settings ASTAKOS_QUOTAHOLDER_URL, ASTAKOS_QUOTAHOLDER_TOKEN,
402
    and ASTAKOS_QUOTAHOLDER_POOLSIZE.
403

    
404
* API-related changes:
405

    
406
  * Implemented API calls for quota, resources, and commissions.
407
  * Moved all API calls under '/account/v1.0'.
408
  * Implemented the keystone API call POST /tokens under '/identity/v2.0'.
409

    
410
* Service and resource specification and handling:
411

    
412
  * Specified a format for defining services along with the API endpoints
413
    and the resources they expose. Migrated internal resource name by
414
    prefixing it with service name (e.g. 'vm' becomes 'cyclades.vm');
415
    renamed registered service 'pithos+' to 'pithos'.
416
  * Specified a procedure to register a Synnefo component, its services and
417
    their resources in astakos and set the resources' default base quota
418
    limit. Removed resource definitions from settings.
419
  * Moved service and resource presentation data out of the respective db
420
    models into a separate file of UI constants.
421

    
422
* Converted the limit on pending applications from a setting to a quotable
423
  resource. Converted the related user setting to a user-specific base quota
424
  limit. Deprecated model UserSetting; removed setting
425
  ASTAKOS_PENDING_APPLICATION_LIMIT.
426

    
427
* Changes in locking strategy:
428

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

    
434
* Changes in views:
435

    
436
  * Replaced custom transaction context with a simple decorator for managing
437
    transactions and a context 'ExceptionHandler', which logs and suppresses
438
    exceptions
439

    
440
* Added fine grain user auth provider's policies.
441

    
442
  * Administrator can override default auth provider policies to a specific 
443
    user or group of users.
444
  * Optionally a user can be assigned to a list of groups, based on the
445
    authentication method he choosed to signup.
446

    
447
* Removed explicit handling of SMTP errors on each email delivery. Exceptions 
448
  are now propagated to base django exception handler.
449

    
450
* Email used in html/email tempaltes which prompt user to contact for service 
451
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in 
452
  snf-common settings.
453

    
454
* Improvements in user activation flow
455

    
456
  * User moderation now takes place after the user has verified his email
457
    address.
458
  * User model enriched with additional user state fields
459
  * Split activation email from moderation process. Administrator is required 
460
    to moderate user explicitly using the `user-modify --accept` or
461
    `user-modify --reject` commands.
462
  * Improved logging throught out user activation procedures.
463

    
464
* Remove deprecated AstakosUser model fields: `provider`,
465
  `third_party_identifier`
466

    
467
* Allow override of authentication provider messages using the following 
468
  format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG``
469

    
470
* Cloudbar automatically tries to identify the active service based on window 
471
  location.
472

    
473
* Removing authentication provider view is now CSRF protected.
474

    
475
* New `API access` view, containing useful information to users on how to 
476
  access available Synnefo services API's.
477

    
478
* Remove of ASTAKOS_*_EMAIL_SUBJECT settings. All email subjects are now 
479
  defined in astakos.im.messages module. Overriding default values can be 
480
  achieved using custom gettext files or using astakos messages settings::
481
	
482
	#change of greeting email subject
483
  	ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud'
484

    
485
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` 
486
  from astakos .conf file. Settings are dynamically computed based on 
487
  ``ASTAKOS_BASE_URL``.
488

    
489
* Management commands:
490

    
491
  * Introduced new commands:
492
     * authpolicy-{add, list, remove, set, show}
493
     * group-{add, list}
494
     * component-{add, list, modify, remove}
495
     * reconcile-resources-astakos
496
     * resource-{export-astakos, import, modify}
497
     * service-{export-astakos, import, show}
498
  * Renamed commands:
499
     * astakos-quota to quota
500
     * user-update to user-modify
501
     * full-cleanup to cleanup-full
502
  * Removed commands:
503
     * astakos-init
504
     * invitation-{details, list}
505
     * project-sync
506
     * resource-{add, remove}
507
     * service-{add, remove, token-renew, update}
508
     * user-invite
509
     * user-set-initial-quota (integrated its functionality in user-modify and quota)
510
  * Added quota and project-related information in user-show command; added
511
    membership information in project-show.
512

    
513
Cyclades
514
--------
515

    
516
* Make 'type' attribute required for network create API request.
517
* Networks not created to all Ganeti backends upon creation, they are instead
518
  created to a backend only when a VM connects to the network.
519
* Add 'CYCLADES_ASTAKOSCLIENT_POOLSIZE' setting which tunes the size of the
520
  http connection pool to astakos.
521
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
522
* Remove CYCLADES_USE_QUOTAHOLDER, CYCLADES_QUOTAHOLDER_TOKEN,
523
  CYCLADES_QUOTAHOLDER_URL, CYCLADES_QUOTAHOLDER_POOLSIZE settings
524
* Rename 'cyclades-usage-verify' management command to
525
  'reconcile-resources-cyclades'. Also, remove 'cyclades-usage-reset' command,
526
  which is equivalent to 'reconcile-resources-cyclades --fix'.
527
* Rename 'cyclades-reconcile-commissions' management command to
528
  'reconcile-commissions-cyclades'.
529
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER',
530
  "VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage
531
  is covered by Quotaholder.
532
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by
533
  the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since
534
  it is being covered by 'CYCLADES_BASE_URL'.
535
* Remove obsolete settings GANETI_DISK_TEMPLATES and
536
  DEFAULT_GANETI_DISK_TEMPLATE
537

    
538
Cyclades helpdesk
539
-----------------
540

    
541
* Additional start/stop vm action
542
* Display extend backend info in vm's view
543
* Fixed IP lookup
544

    
545
Pithos
546
------
547

    
548
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
549
  astakos users.
550
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
551
  'PITHOS_USER_LOGIN_URL' settings.
552
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL,
553
  PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE
554

    
555
Tools
556
-----
557

    
558

    
559
.. _Changelog-0.13:
560

    
561
v0.13
562
=====
563

    
564
Released: Wed Apr 10 18:52:50 EEST 2013
565

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

    
572
Synnefo-wide
573
------------
574

    
575
* Support for pooling throughout Synnefo
576

    
577
  * Pooled Django DB connections, Pithos backend connections, HTTP
578
    connections using single `objpool` package
579

    
580
* Improved management commands
581

    
582
  * Unified codebase for output of tables in JSON, CSV
583

    
584
* Bring most of Synnefo code inside a single, unified repository
585

    
586
  * support automatic Python and Debian package builds for individual commits
587
  * with automatic version generation
588

    
589
* Overhauling of Synnefo settings: renames and refactoring, for increased
590
  uniformity (in progress)
591
* Deployment: Standardize on gunicorn, with gevent-based workers
592
  and use of Green threads throughout Synnefo
593
* Documentation: New scale-out guide, with distinct node roles,
594
  for mass Synnefo deployments
595

    
596
Astakos
597
-------
598

    
599
* Support multiple authentication methods
600

    
601
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
602
    Google, Twitter, LinkedIn
603
  * Users can enable/disable auth methods, and switch between them
604

    
605
* Introduce a UUID as a global identifier for users, throughout Synnefo
606

    
607
  * The UUID remains constant as the user enables/disables login methods
608

    
609
* Allow users to modify their email address freely
610
* Per-user, per-resource accounting mechanism (quotaholder)
611
* Full quota support, with per-user, per-resource quotas, based on quotaholder
612
* Projects: Users can create and join Projects
613

    
614
  * Projects grant extra resources to their members
615

    
616
* UI Enhancements for quotas and projects
617

    
618
  * distinct Usage tab, showing usage of individual resources
619
  * Project management UI
620
  * New Overview page
621

    
622
* refactored/improved /login endpoint used by desktop/mobile clients.
623
  * endpoint url is now exposed by `weblogin` service
624
  * clients should use unauthenticated identity/tokens api to resolve the 
625
    endpoint url
626
  * view only allows redirects to `pithos://` scheme urls
627
  * removed uuid from redirect parameters. Client should use authenticated 
628
    request to identity/tokens to retrieve user uuid.
629

    
630

    
631
Cyclades
632
--------
633

    
634
* Commission resources on quotaholder/Astakos
635
* Support mass creation of flavors
636
* Support for the ExtStorage disk template in Ganeti
637
* Query and report quotas in the UI
638
* Pass VM configuration parameters over a VM-side API (`vmapi`)
639

    
640
  * Do not pass sensitive data as Ganeti OS parameters
641
  * Keep sensitive data in memory caches (memcached) and
642
    never allow them to hit the disk
643

    
644
* Display additional backend information in helpdesk machines list
645
* Allow helpdesk users to search for an account using a known machine id
646
* Helpdesk actions are now logged using the synnefo's common login
647
  infrastructure
648

    
649
UI
650
^^
651
* Removed feedback endpoint. Feedback requests delegate to astakos feedback
652
  service. ``FEEDBACK_CONTACTS``, ``FEEDBACK_EMAIL_FROM`` settings removed, 
653
  and no longer used.
654
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer 
655
  required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL``
656
  and ``CYCLADES_BASE_URL`` settings.
657
* File group is no longer included in ssh keys personality metadata sent in 
658
  create vm calls.
659
  
660

    
661
Pithos
662
------
663

    
664
* Support storage of blocks on a RADOS backend, for Archipelago
665

    
666
  * new settings:
667
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
668

    
669
* X-Object-Public now contains full url (domain + proper component prefix + 
670
  file path)
671

    
672
* Rewritten support for public URLs, with admin-selectable length
673

    
674
  * new settings:
675
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
676

    
677
* Enable pithos backend to use external quotaholder component
678

    
679
  * new settings:
680
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
681
    PITHOS_QUOTAHOLDER_POOLSIZE
682

    
683
* Moderated version debiting mechanism
684

    
685
  * new setting:
686
    PITHOS_BACKEND_FREE_VERSIONING
687

    
688
* Proxy Astakos user-visible services
689

    
690
  * new settings:
691
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
692
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
693

    
694
Tools
695
-----
696

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