Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 6d583e07

History | View | Annotate | Download (15 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).
27

    
28

    
29
Cyclades
30
--------
31

    
32
* Implement Floating IP addresses, which are addresses that can be dynamically
33
  added and removed to a running server.
34

    
35
  * Implement the 'os-floating-ips' and 'os-floating-ip-pools' API extensions.
36
  * Implement 'snf-manage floating-ip-list' management command.
37
  * Add 'floating_ip_pool' attribute to networks. Such networks must exist to
38
    all Ganeti backends.
39

    
40
* Speed up server reconciliation, by performing parallel reconciliation for
41
  each backend.
42
* Implement IPv6 only networks.
43
* Implement 'resize' server action.
44

    
45
  * Implement the 'resize' server action, to change the flavor of a server.
46
  Only 'cpu' and 'memory' resizing is supported.
47

    
48
* Compute quotas for CPU and memory of running vms.
49
* Obsolete PUBLIC_USE_POOL setting, since Cyclades manages IP pool for all
50
  type of networks.
51
* Extend servers info API response with 'SNF:fqdn' attribute, and introduce
52
  CYCLADES_SERVERS_FQDN to set the template for servers FDQN.
53
* Extend servers info API response with 'SNF:port_forwarding' attribute,
54
  describing port fowarding rules (DNAT) that are applied to vms. The
55
  description of such rules is done via the new CYCLADES_PORT_FORWARDING
56
  setting.
57

    
58
Pithos
59
------
60

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

    
64
* Enforce container-level atomicity in (most) Pithos API calls.
65

    
66

    
67
.. _Changelog-0.14.5:
68

    
69
v0.14.5
70
=======
71

    
72
Released: Wed Aug  7 11:19:49 EEST 2013
73

    
74
Pithos
75
------
76

    
77
* Fix security issue with handling Pithos versions.
78

    
79

    
80
.. _Changelog-0.14.4:
81

    
82
v0.14.4
83
=======
84

    
85
Released: Mon Jul 29 12:24:22 EEST 2013
86

    
87
Pithos
88
------
89

    
90
* Fix bug in reconcile resources management command.
91

    
92

    
93
.. _Changelog-0.14.3:
94

    
95
v0.14.3
96
=======
97

    
98
Released: Thu Jul 25 12:22:47 EEST 2013
99

    
100
Synnefo-wide
101
------------
102

    
103
* Use the SYNNEFO_TRACE environmental variable to control whether the greenlet
104
  tracing code will get loaded or not.
105
* Split the HIDDEN_COOKIES setting in HIDDEN_HEADERS and HIDDEN_COOKIES, and
106
  add the MAIL_MAX_LEN setting, to limit the mail size for unhandled
107
  exceptions.
108

    
109

    
110
.. _Changelog-0.14.2:
111

    
112
Released: Fri Jul 12 13:13:32 EEST 2013
113

    
114
v0.14.2
115
=======
116

    
117
Cyclades
118
--------
119

    
120
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size
121
  of the pool of Pithos backends that are used by plankton.
122

    
123

    
124
.. _Changelog-0.14:
125

    
126
v0.14
127
=====
128

    
129
Released: Tue Jun 25 14:01:19 EEST 2013
130

    
131
Synnefo-wide
132
------------
133

    
134
* Create 'snf_django' Python package to hold common code for all Synnefo
135
  components.
136

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

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

    
146
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. 
147

    
148
* Common synnefo 404/500 templates (located in snf-webproject)
149

    
150
Astakos
151
-------
152

    
153
* Redesign of the accounting system (quotaholder) and integration into
154
  Astakos.
155

    
156
  * Simplified the quotaholder model; removed tables Entity and Policy; now
157
    table Holding contains limit and usage for every holding.
158
  * Extended table Holding, so that we can keep track of quota for every
159
    valid combination of holder (e.g. user), resource, and source (e.g. the
160
    default system or some specific project).
161
  * Refactored code for issuing and resolving commissions for robustness;
162
    added a 'force' option to bypass the upper limit check when issuing a
163
    commission.
164
  * Simplified syncing to the quotaholder; removed fields from models
165
    Project and ProjectMembership, previously needed for syncing; removed
166
    state PROJECT_DEACTIVATED from ProjectMembership.
167
  * Removed settings ASTAKOS_QUOTAHOLDER_URL, ASTAKOS_QUOTAHOLDER_TOKEN,
168
    and ASTAKOS_QUOTAHOLDER_POOLSIZE.
169

    
170
* API-related changes:
171

    
172
  * Implemented API calls for quota, resources, and commissions.
173
  * Moved all API calls under '/account/v1.0'.
174
  * Implemented the keystone API call POST /tokens under '/identity/v2.0'.
175

    
176
* Service and resource specification and handling:
177

    
178
  * Specified a format for defining services along with the API endpoints
179
    and the resources they expose. Migrated internal resource name by
180
    prefixing it with service name (e.g. 'vm' becomes 'cyclades.vm');
181
    renamed registered service 'pithos+' to 'pithos'.
182
  * Specified a procedure to register a Synnefo component, its services and
183
    their resources in astakos and set the resources' default base quota
184
    limit. Removed resource definitions from settings.
185
  * Moved service and resource presentation data out of the respective db
186
    models into a separate file of UI constants.
187

    
188
* Converted the limit on pending applications from a setting to a quotable
189
  resource. Converted the related user setting to a user-specific base quota
190
  limit. Deprecated model UserSetting; removed setting
191
  ASTAKOS_PENDING_APPLICATION_LIMIT.
192

    
193
* Changes in locking strategy:
194

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

    
200
* Changes in views:
201

    
202
  * Replaced custom transaction context with a simple decorator for managing
203
    transactions and a context 'ExceptionHandler', which logs and suppresses
204
    exceptions
205

    
206
* Added fine grain user auth provider's policies.
207

    
208
  * Administrator can override default auth provider policies to a specific 
209
    user or group of users.
210
  * Optionally a user can be assigned to a list of groups, based on the
211
    authentication method he choosed to signup.
212

    
213
* Removed explicit handling of SMTP errors on each email delivery. Exceptions 
214
  are now propagated to base django exception handler.
215

    
216
* Email used in html/email tempaltes which prompt user to contact for service 
217
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in 
218
  snf-common settings.
219

    
220
* Improvements in user activation flow
221

    
222
  * User moderation now takes place after the user has verified his email
223
    address.
224
  * User model enriched with additional user state fields
225
  * Split activation email from moderation process. Administrator is required 
226
    to moderate user explicitly using the `user-modify --accept` or
227
    `user-modify --reject` commands.
228
  * Improved logging throught out user activation procedures.
229

    
230
* Remove deprecated AstakosUser model fields: `provider`,
231
  `third_party_identifier`
232

    
233
* Allow override of authentication provider messages using the following 
234
  format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG``
235

    
236
* Cloudbar automatically tries to identify the active service based on window 
237
  location.
238

    
239
* Removing authentication provider view is now CSRF protected.
240

    
241
* New `API access` view, containing useful information to users on how to 
242
  access available Synnefo services API's.
243

    
244
* Remove of ASTAKOS_*_EMAIL_SUBJECT settings. All email subjects are now 
245
  defined in astakos.im.messages module. Overriding default values can be 
246
  achieved using custom gettext files or using astakos messages settings::
247
	
248
	#change of greeting email subject
249
  	ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud'
250

    
251
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` 
252
  from astakos .conf file. Settings are dynamically computed based on 
253
  ``ASTAKOS_BASE_URL``.
254

    
255
* Management commands:
256

    
257
  * Introduced new commands:
258
     * authpolicy-{add, list, remove, set, show}
259
     * group-{add, list}
260
     * component-{add, list, modify, remove}
261
     * reconcile-resources-astakos
262
     * resource-{export-astakos, import, modify}
263
     * service-{export-astakos, import, show}
264
  * Renamed commands:
265
     * astakos-quota to quota
266
     * user-update to user-modify
267
     * full-cleanup to cleanup-full
268
  * Removed commands:
269
     * astakos-init
270
     * invitation-{details, list}
271
     * project-sync
272
     * resource-{add, remove}
273
     * service-{add, remove, token-renew, update}
274
     * user-invite
275
     * user-set-initial-quota (integrated its functionality in user-modify and quota)
276
  * Added quota and project-related information in user-show command; added
277
    membership information in project-show.
278

    
279
Cyclades
280
--------
281

    
282
* Make 'type' attribute required for network create API request.
283
* Networks not created to all Ganeti backends upon creation, they are instead
284
  created to a backend only when a VM connects to the network.
285
* Add 'CYCLADES_ASTAKOSCLIENT_POOLSIZE' setting which tunes the size of the
286
  http connection pool to astakos.
287
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
288
* Remove CYCLADES_USE_QUOTAHOLDER, CYCLADES_QUOTAHOLDER_TOKEN,
289
  CYCLADES_QUOTAHOLDER_URL, CYCLADES_QUOTAHOLDER_POOLSIZE settings
290
* Rename 'cyclades-usage-verify' management command to
291
  'reconcile-resources-cyclades'. Also, remove 'cyclades-usage-reset' command,
292
  which is equivalent to 'reconcile-resources-cyclades --fix'.
293
* Rename 'cyclades-reconcile-commissions' management command to
294
  'reconcile-commissions-cyclades'.
295
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER',
296
  "VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage
297
  is covered by Quotaholder.
298
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by
299
  the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since
300
  it is being covered by 'CYCLADES_BASE_URL'.
301
* Remove obsolete settings GANETI_DISK_TEMPLATES and
302
  DEFAULT_GANETI_DISK_TEMPLATE
303

    
304
Cyclades helpdesk
305
-----------------
306

    
307
* Additional start/stop vm action
308
* Display extend backend info in vm's view
309
* Fixed IP lookup
310

    
311
Pithos
312
------
313

    
314
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
315
  astakos users.
316
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
317
  'PITHOS_USER_LOGIN_URL' settings.
318
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL,
319
  PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE
320

    
321
Tools
322
-----
323

    
324

    
325
.. _Changelog-0.13:
326

    
327
v0.13
328
=====
329

    
330
Released: Wed Apr 10 18:52:50 EEST 2013
331

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

    
338
Synnefo-wide
339
------------
340

    
341
* Support for pooling throughout Synnefo
342

    
343
  * Pooled Django DB connections, Pithos backend connections, HTTP
344
    connections using single `objpool` package
345

    
346
* Improved management commands
347

    
348
  * Unified codebase for output of tables in JSON, CSV
349

    
350
* Bring most of Synnefo code inside a single, unified repository
351

    
352
  * support automatic Python and Debian package builds for individual commits
353
  * with automatic version generation
354

    
355
* Overhauling of Synnefo settings: renames and refactoring, for increased
356
  uniformity (in progress)
357
* Deployment: Standardize on gunicorn, with gevent-based workers
358
  and use of Green threads throughout Synnefo
359
* Documentation: New scale-out guide, with distinct node roles,
360
  for mass Synnefo deployments
361

    
362
Astakos
363
-------
364

    
365
* Support multiple authentication methods
366

    
367
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
368
    Google, Twitter, LinkedIn
369
  * Users can enable/disable auth methods, and switch between them
370

    
371
* Introduce a UUID as a global identifier for users, throughout Synnefo
372

    
373
  * The UUID remains constant as the user enables/disables login methods
374

    
375
* Allow users to modify their email address freely
376
* Per-user, per-resource accounting mechanism (quotaholder)
377
* Full quota support, with per-user, per-resource quotas, based on quotaholder
378
* Projects: Users can create and join Projects
379

    
380
  * Projects grant extra resources to their members
381

    
382
* UI Enhancements for quotas and projects
383

    
384
  * distinct Usage tab, showing usage of individual resources
385
  * Project management UI
386
  * New Overview page
387

    
388
* refactored/improved /login endpoint used by desktop/mobile clients.
389
  * endpoint url is now exposed by `weblogin` service
390
  * clients should use unauthenticated identity/tokens api to resolve the 
391
    endpoint url
392
  * view only allows redirects to `pithos://` scheme urls
393
  * removed uuid from redirect parameters. Client should use authenticated 
394
    request to identity/tokens to retrieve user uuid.
395

    
396

    
397
Cyclades
398
--------
399

    
400
* Commission resources on quotaholder/Astakos
401
* Support mass creation of flavors
402
* Support for the ExtStorage disk template in Ganeti
403
* Query and report quotas in the UI
404
* Pass VM configuration parameters over a VM-side API (`vmapi`)
405

    
406
  * Do not pass sensitive data as Ganeti OS parameters
407
  * Keep sensitive data in memory caches (memcached) and
408
    never allow them to hit the disk
409

    
410
* Display additional backend information in helpdesk machines list
411
* Allow helpdesk users to search for an account using a known machine id
412
* Helpdesk actions are now logged using the synnefo's common login
413
  infrastructure
414

    
415
UI
416
^^
417
* Removed feedback endpoint. Feedback requests delegate to astakos feedback
418
  service. ``FEEDBACK_CONTACTS``, ``FEEDBACK_EMAIL_FROM`` settings removed, 
419
  and no longer used.
420
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer 
421
  required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL``
422
  and ``CYCLADES_BASE_URL`` settings.
423
* File group is no longer included in ssh keys personality metadata sent in 
424
  create vm calls.
425
  
426

    
427
Pithos
428
------
429

    
430
* Support storage of blocks on a RADOS backend, for Archipelago
431

    
432
  * new settings:
433
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
434

    
435
* X-Object-Public now contains full url (domain + proper component prefix + 
436
  file path)
437

    
438
* Rewritten support for public URLs, with admin-selectable length
439

    
440
  * new settings:
441
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
442

    
443
* Enable pithos backend to use external quotaholder component
444

    
445
  * new settings:
446
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
447
    PITHOS_QUOTAHOLDER_POOLSIZE
448

    
449
* Moderated version debiting mechanism
450

    
451
  * new setting:
452
    PITHOS_BACKEND_FREE_VERSIONING
453

    
454
* Proxy Astakos user-visible services
455

    
456
  * new settings:
457
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
458
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
459

    
460
Tools
461
-----
462

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