Statistics
| Branch: | Tag: | Revision:

root / Changelog @ a633e247

History | View | Annotate | Download (14.1 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
.. _Changelog-0.14next:
10

    
11
v0.14next
12
=========
13

    
14
Released: UNRELEASED
15

    
16
Synnefo-wide
17
------------
18

    
19
* Integrate Pithos tests in continuous integration.
20

    
21
Cyclades
22
--------
23

    
24
* Implement Floating IP addresses, which are addresses that can be dynamically
25
  added and removed to a running server.
26

    
27
  * Implement the 'os-floating-ips' and 'os-floating-ip-pools' API extensions.
28
  * Implement 'snf-manage floating-ip-list' management command.
29
  * Add 'floating_ip_pool' attribute to networks. Such networks must exist to
30
    all Ganeti backends.
31

    
32
* Speed up server reconciliation, by performing parallel reconciliation for
33
  each backend.
34
* Implement IPv6 only networks.
35
* Implement 'resize' server action.
36

    
37
  * Implement the 'resize' server action, to change the flavor of a server.
38
  Only 'cpu' and 'memory' resizing is supported.
39

    
40
* Compute quotas for CPU and memory of running vms.
41
* Obsolete PUBLIC_USE_POOL setting, since Cyclades manages IP pool for all
42
  type of networks.
43

    
44
Pithos
45
------
46

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

    
50
* Enforce container-level atomicity in (most) Pithos API calls.
51

    
52

    
53
.. _Changelog-0.14.3:
54

    
55
v0.14.3
56
=======
57

    
58
Released: Thu Jul 25 12:22:47 EEST 2013
59

    
60
Synnefo-wide
61
------------
62

    
63
* Use the SYNNEFO_TRACE environmental variable to control whether the greenlet
64
  tracing code will get loaded or not.
65
* Split the HIDDEN_COOKIES setting in HIDDEN_HEADERS and HIDDEN_COOKIES, and
66
  add the MAIL_MAX_LEN setting, to limit the mail size for unhandled
67
  exceptions.
68

    
69

    
70
.. _Changelog-0.14.2:
71

    
72
Released: Fri Jul 12 13:13:32 EEST 2013
73

    
74
v0.14.2
75
=======
76

    
77
Cyclades
78
--------
79

    
80
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size
81
  of the pool of Pithos backends that are used by plankton.
82

    
83

    
84
.. _Changelog-0.14:
85

    
86
v0.14
87
=====
88

    
89
Released: Tue Jun 25 14:01:19 EEST 2013
90

    
91
Synnefo-wide
92
------------
93

    
94
* Create 'snf_django' Python package to hold common code for all Synnefo
95
  components.
96

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

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

    
106
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. 
107

    
108
* Common synnefo 404/500 templates (located in snf-webproject)
109

    
110
Astakos
111
-------
112

    
113
* Redesign of the accounting system (quotaholder) and integration into
114
  Astakos.
115

    
116
  * Simplified the quotaholder model; removed tables Entity and Policy; now
117
    table Holding contains limit and usage for every holding.
118
  * Extended table Holding, so that we can keep track of quota for every
119
    valid combination of holder (e.g. user), resource, and source (e.g. the
120
    default system or some specific project).
121
  * Refactored code for issuing and resolving commissions for robustness;
122
    added a 'force' option to bypass the upper limit check when issuing a
123
    commission.
124
  * Simplified syncing to the quotaholder; removed fields from models
125
    Project and ProjectMembership, previously needed for syncing; removed
126
    state PROJECT_DEACTIVATED from ProjectMembership.
127
  * Removed settings ASTAKOS_QUOTAHOLDER_URL, ASTAKOS_QUOTAHOLDER_TOKEN,
128
    and ASTAKOS_QUOTAHOLDER_POOLSIZE.
129

    
130
* API-related changes:
131

    
132
  * Implemented API calls for quota, resources, and commissions.
133
  * Moved all API calls under '/account/v1.0'.
134
  * Implemented the keystone API call POST /tokens under '/identity/v2.0'.
135

    
136
* Service and resource specification and handling:
137

    
138
  * Specified a format for defining services along with the API endpoints
139
    and the resources they expose. Migrated internal resource name by
140
    prefixing it with service name (e.g. 'vm' becomes 'cyclades.vm');
141
    renamed registered service 'pithos+' to 'pithos'.
142
  * Specified a procedure to register a Synnefo component, its services and
143
    their resources in astakos and set the resources' default base quota
144
    limit. Removed resource definitions from settings.
145
  * Moved service and resource presentation data out of the respective db
146
    models into a separate file of UI constants.
147

    
148
* Converted the limit on pending applications from a setting to a quotable
149
  resource. Converted the related user setting to a user-specific base quota
150
  limit. Deprecated model UserSetting; removed setting
151
  ASTAKOS_PENDING_APPLICATION_LIMIT.
152

    
153
* Changes in locking strategy:
154

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

    
160
* Changes in views:
161

    
162
  * Replaced custom transaction context with a simple decorator for managing
163
    transactions and a context 'ExceptionHandler', which logs and suppresses
164
    exceptions
165

    
166
* Added fine grain user auth provider's policies.
167

    
168
  * Administrator can override default auth provider policies to a specific 
169
    user or group of users.
170
  * Optionally a user can be assigned to a list of groups, based on the
171
    authentication method he choosed to signup.
172

    
173
* Removed explicit handling of SMTP errors on each email delivery. Exceptions 
174
  are now propagated to base django exception handler.
175

    
176
* Email used in html/email tempaltes which prompt user to contact for service 
177
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in 
178
  snf-common settings.
179

    
180
* Improvements in user activation flow
181

    
182
  * User moderation now takes place after the user has verified his email
183
    address.
184
  * User model enriched with additional user state fields
185
  * Split activation email from moderation process. Administrator is required 
186
    to moderate user explicitly using the `user-modify --accept` or
187
    `user-modify --reject` commands.
188
  * Improved logging throught out user activation procedures.
189

    
190
* Remove deprecated AstakosUser model fields: `provider`,
191
  `third_party_identifier`
192

    
193
* Allow override of authentication provider messages using the following 
194
  format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG``
195

    
196
* Cloudbar automatically tries to identify the active service based on window 
197
  location.
198

    
199
* Removing authentication provider view is now CSRF protected.
200

    
201
* New `API access` view, containing useful information to users on how to 
202
  access available Synnefo services API's.
203

    
204
* Remove of ASTAKOS_*_EMAIL_SUBJECT settings. All email subjects are now 
205
  defined in astakos.im.messages module. Overriding default values can be 
206
  achieved using custom gettext files or using astakos messages settings::
207
	
208
	#change of greeting email subject
209
  	ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud'
210

    
211
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` 
212
  from astakos .conf file. Settings are dynamically computed based on 
213
  ``ASTAKOS_BASE_URL``.
214

    
215
* Management commands:
216

    
217
  * Introduced new commands:
218
     * authpolicy-{add, list, remove, set, show}
219
     * group-{add, list}
220
     * component-{add, list, modify, remove}
221
     * reconcile-resources-astakos
222
     * resource-{export-astakos, import, modify}
223
     * service-{export-astakos, import, show}
224
  * Renamed commands:
225
     * astakos-quota to quota
226
     * user-update to user-modify
227
     * full-cleanup to cleanup-full
228
  * Removed commands:
229
     * astakos-init
230
     * invitation-{details, list}
231
     * project-sync
232
     * resource-{add, remove}
233
     * service-{add, remove, token-renew, update}
234
     * user-invite
235
     * user-set-initial-quota (integrated its functionality in user-modify and quota)
236
  * Added quota and project-related information in user-show command; added
237
    membership information in project-show.
238

    
239
Cyclades
240
--------
241

    
242
* Make 'type' attribute required for network create API request.
243
* Networks not created to all Ganeti backends upon creation, they are instead
244
  created to a backend only when a VM connects to the network.
245
* Add 'CYCLADES_ASTAKOSCLIENT_POOLSIZE' setting which tunes the size of the
246
  http connection pool to astakos.
247
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
248
* Remove CYCLADES_USE_QUOTAHOLDER, CYCLADES_QUOTAHOLDER_TOKEN,
249
  CYCLADES_QUOTAHOLDER_URL, CYCLADES_QUOTAHOLDER_POOLSIZE settings
250
* Rename 'cyclades-usage-verify' management command to
251
  'reconcile-resources-cyclades'. Also, remove 'cyclades-usage-reset' command,
252
  which is equivalent to 'reconcile-resources-cyclades --fix'.
253
* Rename 'cyclades-reconcile-commissions' management command to
254
  'reconcile-commissions-cyclades'.
255
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER',
256
  "VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage
257
  is covered by Quotaholder.
258
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by
259
  the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since
260
  it is being covered by 'CYCLADES_BASE_URL'.
261
* Remove obsolete settings GANETI_DISK_TEMPLATES and
262
  DEFAULT_GANETI_DISK_TEMPLATE
263

    
264
Cyclades helpdesk
265
-----------------
266

    
267
* Additional start/stop vm action
268
* Display extend backend info in vm's view
269
* Fixed IP lookup
270

    
271
Pithos
272
------
273

    
274
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
275
  astakos users.
276
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
277
  'PITHOS_USER_LOGIN_URL' settings.
278
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL,
279
  PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE
280

    
281
Tools
282
-----
283

    
284

    
285
.. _Changelog-0.13:
286

    
287
v0.13
288
=====
289

    
290
Released: Wed Apr 10 18:52:50 EEST 2013
291

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

    
298
Synnefo-wide
299
------------
300

    
301
* Support for pooling throughout Synnefo
302

    
303
  * Pooled Django DB connections, Pithos backend connections, HTTP
304
    connections using single `objpool` package
305

    
306
* Improved management commands
307

    
308
  * Unified codebase for output of tables in JSON, CSV
309

    
310
* Bring most of Synnefo code inside a single, unified repository
311

    
312
  * support automatic Python and Debian package builds for individual commits
313
  * with automatic version generation
314

    
315
* Overhauling of Synnefo settings: renames and refactoring, for increased
316
  uniformity (in progress)
317
* Deployment: Standardize on gunicorn, with gevent-based workers
318
  and use of Green threads throughout Synnefo
319
* Documentation: New scale-out guide, with distinct node roles,
320
  for mass Synnefo deployments
321

    
322
Astakos
323
-------
324

    
325
* Support multiple authentication methods
326

    
327
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
328
    Google, Twitter, LinkedIn
329
  * Users can enable/disable auth methods, and switch between them
330

    
331
* Introduce a UUID as a global identifier for users, throughout Synnefo
332

    
333
  * The UUID remains constant as the user enables/disables login methods
334

    
335
* Allow users to modify their email address freely
336
* Per-user, per-resource accounting mechanism (quotaholder)
337
* Full quota support, with per-user, per-resource quotas, based on quotaholder
338
* Projects: Users can create and join Projects
339

    
340
  * Projects grant extra resources to their members
341

    
342
* UI Enhancements for quotas and projects
343

    
344
  * distinct Usage tab, showing usage of individual resources
345
  * Project management UI
346
  * New Overview page
347

    
348
* refactored/improved /login endpoint used by desktop/mobile clients.
349
  * endpoint url is now exposed by `weblogin` service
350
  * clients should use unauthenticated identity/tokens api to resolve the 
351
    endpoint url
352
  * view only allows redirects to `pithos://` scheme urls
353
  * removed uuid from redirect parameters. Client should use authenticated 
354
    request to identity/tokens to retrieve user uuid.
355

    
356

    
357
Cyclades
358
--------
359

    
360
* Commission resources on quotaholder/Astakos
361
* Support mass creation of flavors
362
* Support for the ExtStorage disk template in Ganeti
363
* Query and report quotas in the UI
364
* Pass VM configuration parameters over a VM-side API (`vmapi`)
365

    
366
  * Do not pass sensitive data as Ganeti OS parameters
367
  * Keep sensitive data in memory caches (memcached) and
368
    never allow them to hit the disk
369

    
370
* Display additional backend information in helpdesk machines list
371
* Allow helpdesk users to search for an account using a known machine id
372
* Helpdesk actions are now logged using the synnefo's common login
373
  infrastructure
374

    
375
UI
376
^^
377
* Removed feedback endpoint. Feedback requests delegate to astakos feedback
378
  service. ``FEEDBACK_CONTACTS``, ``FEEDBACK_EMAIL_FROM`` settings removed, 
379
  and no longer used.
380
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer 
381
  required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL``
382
  and ``CYCLADES_BASE_URL`` settings.
383
* File group is no longer included in ssh keys personality metadata sent in 
384
  create vm calls.
385
  
386

    
387
Pithos
388
------
389

    
390
* Support storage of blocks on a RADOS backend, for Archipelago
391

    
392
  * new settings:
393
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
394

    
395
* X-Object-Public now contains full url (domain + proper component prefix + 
396
  file path)
397

    
398
* Rewritten support for public URLs, with admin-selectable length
399

    
400
  * new settings:
401
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
402

    
403
* Enable pithos backend to use external quotaholder component
404

    
405
  * new settings:
406
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
407
    PITHOS_QUOTAHOLDER_POOLSIZE
408

    
409
* Moderated version debiting mechanism
410

    
411
  * new setting:
412
    PITHOS_BACKEND_FREE_VERSIONING
413

    
414
* Proxy Astakos user-visible services
415

    
416
  * new settings:
417
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
418
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
419

    
420
Tools
421
-----
422

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