Statistics
| Branch: | Tag: | Revision:

root / Changelog @ bd16bf3e

History | View | Annotate | Download (23.7 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
* Refactor metadata schema (table attributes) in Pithos DB to speedup current
189
objects by domain attribute. This is used by Plankton for listing VM images.
190

    
191
* Enforce container-level atomicity in (most) Pithos API calls.
192

    
193
* Remove command 'resource-export-pithos' subsumed by 'service-export-pithos'.
194

    
195
.. _Changelog-0.14.10:
196

    
197
v0.14.10
198
=======
199

    
200
Released: Tue Nov 26 11:03:37 EET 2013
201

    
202
Cyclades
203
-------
204

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

    
214
.. _Changelog-0.14.9:
215

    
216
v0.14.9
217
=======
218

    
219
Released: Mon Nov 11 12:13:31 EET 2013
220

    
221
* Astakos: Fix minor problems with logging in the Astakos module, which could
222
  lead to unexpected exceptions
223

    
224
.. _Changelog-0.14.8:
225

    
226
v0.14.8
227
=======
228

    
229
Released: Fri Nov  8 17:25:08 EET 2013
230

    
231
Synnefo-wide
232
------------
233

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

    
241
Cyclades
242
--------
243

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

    
251
Astakos
252
-------
253

    
254
* For Shibboleth logins, store all attributes along with the user in the DB.
255

    
256
.. _Changelog-0.14.7:
257

    
258
v0.14.7
259
=======
260

    
261
Released: Wed Sep 18 17:50:12 EEST 2013
262

    
263
Cyclades
264
--------
265

    
266
* Fix bug in helpdesk view
267

    
268
.. _Changelog-0.14.6:
269

    
270
v0.14.6
271
=======
272

    
273
Released: Wed Sep 18 16:18:58 EEST 2013
274

    
275
Pithos
276
------
277

    
278
* Substitute the PITHOS_BACKEND_QUOTA setting with two
279
  distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
280
  PITHOS_BACKEND_CONTAINER_QUOTA
281
* Set PITHOS_BACKEND_CONTAINER_QUOTA default value to 0 (unlimited)
282
* Fix bug that resulted in DB deadlocks.
283

    
284
Cyclades
285
--------
286

    
287
* Fix bug in snf-dispatcher that resulted in servers to be deleted from the
288
  DB even if the corresponding Ganeti job failed.
289

    
290
Branding
291
--------
292

    
293
* Add new BRANDING_FOOTER_EXTRA_MESSAGE setting.
294

    
295

    
296
.. _Changelog-0.14.5:
297

    
298
v0.14.5
299
=======
300

    
301
Released: Wed Aug  7 11:19:49 EEST 2013
302

    
303
Pithos
304
------
305

    
306
* Fix security issue with handling Pithos versions.
307

    
308

    
309
.. _Changelog-0.14.4:
310

    
311
v0.14.4
312
=======
313

    
314
Released: Mon Jul 29 12:24:22 EEST 2013
315

    
316
Pithos
317
------
318

    
319
* Fix bug in reconcile resources management command.
320

    
321

    
322
.. _Changelog-0.14.3:
323

    
324
v0.14.3
325
=======
326

    
327
Released: Thu Jul 25 12:22:47 EEST 2013
328

    
329
Synnefo-wide
330
------------
331

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

    
338

    
339
.. _Changelog-0.14.2:
340

    
341
Released: Fri Jul 12 13:13:32 EEST 2013
342

    
343
v0.14.2
344
=======
345

    
346
Cyclades
347
--------
348

    
349
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size
350
  of the pool of Pithos backends that are used by plankton.
351

    
352

    
353

    
354
.. _Changelog-0.14:
355

    
356
v0.14
357
=====
358

    
359
Released: Tue Jun 25 14:01:19 EEST 2013
360

    
361
Synnefo-wide
362
------------
363

    
364
* Create 'snf_django' Python package to hold common code for all Synnefo
365
  components.
366

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

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

    
376
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. 
377

    
378
* Common synnefo 404/500 templates (located in snf-webproject)
379

    
380
Astakos
381
-------
382

    
383
* Redesign of the accounting system (quotaholder) and integration into
384
  Astakos.
385

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

    
400
* API-related changes:
401

    
402
  * Implemented API calls for quota, resources, and commissions.
403
  * Moved all API calls under '/account/v1.0'.
404
  * Implemented the keystone API call POST /tokens under '/identity/v2.0'.
405

    
406
* Service and resource specification and handling:
407

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

    
418
* Converted the limit on pending applications from a setting to a quotable
419
  resource. Converted the related user setting to a user-specific base quota
420
  limit. Deprecated model UserSetting; removed setting
421
  ASTAKOS_PENDING_APPLICATION_LIMIT.
422

    
423
* Changes in locking strategy:
424

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

    
430
* Changes in views:
431

    
432
  * Replaced custom transaction context with a simple decorator for managing
433
    transactions and a context 'ExceptionHandler', which logs and suppresses
434
    exceptions
435

    
436
* Added fine grain user auth provider's policies.
437

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

    
443
* Removed explicit handling of SMTP errors on each email delivery. Exceptions 
444
  are now propagated to base django exception handler.
445

    
446
* Email used in html/email tempaltes which prompt user to contact for service 
447
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in 
448
  snf-common settings.
449

    
450
* Improvements in user activation flow
451

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

    
460
* Remove deprecated AstakosUser model fields: `provider`,
461
  `third_party_identifier`
462

    
463
* Allow override of authentication provider messages using the following 
464
  format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG``
465

    
466
* Cloudbar automatically tries to identify the active service based on window 
467
  location.
468

    
469
* Removing authentication provider view is now CSRF protected.
470

    
471
* New `API access` view, containing useful information to users on how to 
472
  access available Synnefo services API's.
473

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

    
481
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` 
482
  from astakos .conf file. Settings are dynamically computed based on 
483
  ``ASTAKOS_BASE_URL``.
484

    
485
* Management commands:
486

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

    
509
Cyclades
510
--------
511

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

    
534
Cyclades helpdesk
535
-----------------
536

    
537
* Additional start/stop vm action
538
* Display extend backend info in vm's view
539
* Fixed IP lookup
540

    
541
Pithos
542
------
543

    
544
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
545
  astakos users.
546
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
547
  'PITHOS_USER_LOGIN_URL' settings.
548
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL,
549
  PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE
550

    
551
Tools
552
-----
553

    
554

    
555
.. _Changelog-0.13:
556

    
557
v0.13
558
=====
559

    
560
Released: Wed Apr 10 18:52:50 EEST 2013
561

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

    
568
Synnefo-wide
569
------------
570

    
571
* Support for pooling throughout Synnefo
572

    
573
  * Pooled Django DB connections, Pithos backend connections, HTTP
574
    connections using single `objpool` package
575

    
576
* Improved management commands
577

    
578
  * Unified codebase for output of tables in JSON, CSV
579

    
580
* Bring most of Synnefo code inside a single, unified repository
581

    
582
  * support automatic Python and Debian package builds for individual commits
583
  * with automatic version generation
584

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

    
592
Astakos
593
-------
594

    
595
* Support multiple authentication methods
596

    
597
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
598
    Google, Twitter, LinkedIn
599
  * Users can enable/disable auth methods, and switch between them
600

    
601
* Introduce a UUID as a global identifier for users, throughout Synnefo
602

    
603
  * The UUID remains constant as the user enables/disables login methods
604

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

    
610
  * Projects grant extra resources to their members
611

    
612
* UI Enhancements for quotas and projects
613

    
614
  * distinct Usage tab, showing usage of individual resources
615
  * Project management UI
616
  * New Overview page
617

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

    
626

    
627
Cyclades
628
--------
629

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

    
636
  * Do not pass sensitive data as Ganeti OS parameters
637
  * Keep sensitive data in memory caches (memcached) and
638
    never allow them to hit the disk
639

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

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

    
657
Pithos
658
------
659

    
660
* Support storage of blocks on a RADOS backend, for Archipelago
661

    
662
  * new settings:
663
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
664

    
665
* X-Object-Public now contains full url (domain + proper component prefix + 
666
  file path)
667

    
668
* Rewritten support for public URLs, with admin-selectable length
669

    
670
  * new settings:
671
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
672

    
673
* Enable pithos backend to use external quotaholder component
674

    
675
  * new settings:
676
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
677
    PITHOS_QUOTAHOLDER_POOLSIZE
678

    
679
* Moderated version debiting mechanism
680

    
681
  * new setting:
682
    PITHOS_BACKEND_FREE_VERSIONING
683

    
684
* Proxy Astakos user-visible services
685

    
686
  * new settings:
687
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
688
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
689

    
690
Tools
691
-----
692

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