Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / Changelog @ fdfd8c6d

History | View | Annotate | Download (26.7 kB)

1
Changelog
2
---------
3

    
4
v0.12.0
5
*******
6

    
7
FIXES:
8
  UI:
9
	* Fix unclosed DIV's and other minor html fixes.
10
	* 
11

    
12
NEW FEATURES:
13
  UI:
14
	* Optionally group public network interfaces in one network view in ui 
15
	  Configurable by the UI_GROUP_PUBLIC_NETWORKS setting (defaults to True).
16
	* New setting UI_CHANGES_SINCE_ALIGMENT to allow aligment of the date used
17
	  by ui in api calls that support changes-since parameter.
18

    
19
v0.11.0
20
*******
21

    
22
FIXES:
23
  LOGIC:
24
	* Fix bugs concerning reconcilliation of building vms (#2288, #2289)
25
	* Fix bug in dispatcher default file
26
  UI:
27
        * Fixed default UI settings importing synnefo settings:
28
	  Admin must set FEEDBACK_EMAIL_FROM explicitly.
29

    
30
NEW FEATURES:
31
  LOGIC:
32
	* Support multiple Ganeti backends and correlated management commands:
33
	  snf-manage [backend-add, backend-list, backend-modify, backend-remove]
34
	* Support for different types of networks (public routed, physical vlan,
35
	  MAC filtered)
36
	* IP Pool management
37
	* Enhance reconcile management command, to reconcile instance NICS
38
	* Management commands for reconciliation of networks and pools:
39
	  snf-manage [reconcile-networks, reconcile-pools]
40
	* New management commands for inspecting the state of network and server in
41
	  DB and all backends: snf-manage [network-inspect, server-inspect]
42
	* New management command for creating a network: snf-manage
43
	  network-create
44
	* New synnefo.db schema and data migrations
45
	* New settings for MAC-prefix pool: MAC_POOL_BASE, MAC_POOL_LIMIT
46
	* Replaced GANETI_NULL_LINK with PUBLIC_ROUTED_ROUTING_TABLE
47
	* Replaced GANETI_LINK_PREFIX with PRIVATE_PHYSICAL_VLAN_BRIDGE_PREFIX
48
	* Replaced GANETI_MAX_LINK_NUMBER with PRIVATE_PHYSICAL_VLAN_MAX_NUMBER
49
	* Replaced PRIVATE_MAC_FILTERED_BRIDGE
50
	* Add setting ENABLED_NETWORKS
51
	* Add setting SECRET_ENCRYPTION_KEY
52
	* Add settings for configuring each network type
53

    
54

    
55
v0.10.0
56
*******
57

    
58
* Improve dispatcher stale pid lockfile handling
59
* Changed default value of UI_MEDIA_URL
60

    
61
  To match debian package default path (`/static/ui/static/snf/`)
62

    
63
* Private networks quota setting added (``MAX_NETWORKS_PER_USER``)
64
* Simple per user networks/vms quota mechanism based on
65

    
66
  NETWORKS_USER_QUOTA/VMS_USER_QUOTA settings. 
67
  This allows you to override the global per user quota for the specific user 
68
  ids::
69
	
70
	# limit all users to 2 vms per user
71
  	MAX_VMS_PER_USER = 2
72
	
73
	# but let `user1@grnet.gr` and `user2@grnet.gr` to be able to create up to
74
	# 10 vms each.
75
	VMS_USER_QUOTA = {
76
		'user1@grnet.gr': 10, 
77
		'user2@grnet.gr': 10
78
	}
79
	
80
* Fix error message when no available network links can be created.
81
* Added setting for public network in Ganeti (``GANETI_PUBLIC_NETWORK``)
82
* Added setting for RabbitMQ endpoints (``AMQP_HOSTS``)
83
* Mechanism for serializing messages from ganeti based based on event timestamp
84
* Management command for inspecting messages of a queue (``queue-inspect``)
85
* new synnefo.db migration
86

    
87

    
88
v0.9.14
89
*******
90

    
91
Logic
92
^^^^^
93
* Remove messages that can not be handled from queue 
94

    
95
UI
96
^^
97
* Fix create view image selection, Refs (#2487)
98
* Display stats period selection in ui 
99
* Improve wording on vm create view 
100
* Console popup window fix for safari (#2463)
101
* Use 'id_rsa' as the filename for the downloaded private key (#2461)
102
* Changed the name of the auto generated public key ('my generated public key')
103

    
104

    
105
v0.9.13
106
*******
107

    
108
* Restore plankton backends from invalid commit
109

    
110

    
111
v0.9.12
112
*******
113

    
114
* Update copyright notice on ui footer 
115
* Improve readability of vm password in ui 
116
* Fix nonexistent image metadata handling 
117
* Fix multiple connect actions sent to the server (#2358)
118
* Fix history handling (#2299)
119
* Fix python-daemon required version 
120

    
121

    
122
v0.9.11
123
*******
124

    
125
* listservers management command unicode workaround
126

    
127

    
128
v0.9.10
129
*******
130

    
131
* Fallback to displaying the image id if it can not resolve it.
132
* Remove **detect-orphan-{servers,networks}.
133

    
134

    
135
v0.9.9
136
******
137

    
138
* Update footer links
139
* Fix create view default flavor
140
* Updated setup.py required packages versions
141

    
142

    
143
v0.9.8
144
******
145

    
146
* Fix empty user information in feedback mails
147

    
148

    
149
v0.9.7
150
******
151
* Verify VNC server settings in get_console
152
* Management commands additions / improvements / fixes
153
* UI application fixes/improvements
154
* Other minor bugfixes
155

    
156

    
157
v0.9.2
158
******
159
* ui.userdata migration fixes
160
* new synnefo.db migrations (fixes constrain issues)
161

    
162

    
163
v0.9.1
164
******
165
* Bumped version for debian package to upgrade from 0.9.0rc1
166

    
167

    
168
v0.9.0
169
******
170

    
171
* Removed link_static management command from synnefo.ui app
172
* Astakos integration in ui and api
173
* Cloudbar integration in ui
174

    
175

    
176
2011-11-29, v0.7.4
177
******************
178

    
179
FIXES:
180
	OKEANOS_INTRO:
181
		* News section
182

    
183

    
184
2011-10-21, v0.7.3
185
******************
186

    
187
FIXES:
188
	UI:
189
		* Fix two UI glitches with Firefox 3.6 (#1545, #1546)
190

    
191

    
192
2011-10-19, v0.7.2
193
******************
194

    
195
FIXES:
196
    UI:
197
	    * Fix regressions with flavor sorting and image size checking
198
		  (#1429, #1507)
199

    
200

    
201
2011-10-17, v0.7.1
202
******************
203

    
204
FIXES:
205
    UI:
206
        * Fix Enter/Esc on machine rename not working in the UI (#1501)
207
	    * Fix UI barfs if a VM is based on an Image with state=DELETED (#1494)
208
        * Fix UI user logout action does not work (#1497)
209
    Images:	
210
		* Fix erroneous reference to $(HELPER_DIR) in /etc/default /snf-image (#1498)
211
		* Fix typo in snf-image-helper ChangePassword task (#1500)
212
		* Show timestamps on execution of helper tasks in snf-image helper VM (#1499)
213
    Deployment:
214
		* Improve check for Ganeti master in snf-ganeti-eventd init script (#1323)
215
		* Fix snf-ganeti-eventd init script ignored defaults file (#1505)
216

    
217

    
218
2011-10-13, v0.7
219
****************
220

    
221
NEW FEATURES:
222
    UI:
223
        * From the ground-up rebuilt, refactored MVC-based UI (#1443)
224
        * Document all settings introduced due to UI refactoring (#1447)
225
        * UI asset files versioning (#1460)
226
        * Improve feedback on completed steps during machine creation (#1461)
227
    Images:
228
        * Completely re-engineered image deployment mechanism based on
229
          snf-image Ganeti OS provider, in isolated helper VM
230
        * Support public and private images (#555)
231
        * Support handling of VM filesystem, injection of arbitrary files
232
          on VM creation (#491)
233
        * Implement file injection as a task in snf-image (#1095)
234
        * Remove all-host based processing of (potentially user-provided)
235
          Images (#969)
236
    API:
237
        * Implement <personality> tag in OpenStack Compute API
238
          for file injection (#985, #1093)
239
        * Update API implementation for server/image metadata based on latest
240
          draft version of spec (#1403)
241
        * Support deletion of Flavors, support servers referring to
242
          inexistent (deleted) Flavors (#1157)
243
    Admin:
244
        * Addition of **meta option to snf-admin image for easy setting
245
          of image metadata values on image creation (#1107)
246
    Deployment:
247
        * Initial iteration of a system test suite, snf-burnin,
248
          for end-to-end testing of Synnefo deployments (#1155)
249
        * Re-engineered logging mechanism, for finer-grained control (#1033)
250
        * Add init script for snf-ganeti-eventd, fix Debian packaging (#1323)
251
        * Document removal of Flavors from circulation (#1472)
252
        * Add generic service unavailable template (#1359)
253

    
254

    
255
FIXES:
256
    UI:
257
        * Fix problems when reusing the Create machine wizard with IE8 (#997)
258
        * Fix problematic update of the networks tab and minor fixes (#861)
259
        * Fix "Connecting" and "progress" gif in networks tab (#863)
260
        * Fix inconsistencies on machine transitions between views (#917)
261
        * Fix IE rendering mode (#975)
262
        * Fix UI machine/network creation overlays style clutter (#979)
263
        * Have UI should reset action confirmations after state change (#981)
264
        * UI barfs due to exception on "New Machine" wizard (#1473)
265
        * UI throws exception on single-server view (#1483)
266
    API:
267
        * Fix incomplete constraints in ImageMetadata Model (#1255)
268
    Deployment:
269
        * Split initial_data.json to work around South "feature" (#1263)
270
        * Fix missing snf-ganeti-instance-image package dependency (#1319)
271
    Kamaki:
272
        * The kamaki client lib uses the root logger (#1337)
273
        * The kamaki client lib fails to set server metadata (#1399)
274
    Invitations:
275
        * FIx bug causing HTTP 500 error on /invitations/login (#1407)
276
        * Fix sort order of flavors, sort by actual characteristicts (#1429)
277
        * Fix display of error modal boxes, do notrefresh or display another
278
          error (#1433)
279
        * Fix positioning of machines in "Destroying" (#1437)
280
        * Fix Metadata button shown as clickable while it's not (#1441)
281
    Images:
282
        * Missing dependency on 'qemu-img' in snf-image-helper (#1484)
283
    Logic:
284
        * Fix messages left in the queue due to unknown Ganeti opcodes (#1492)
285

    
286

    
287
2011-09-15, v0.6.2
288
******************
289

    
290
FIXES:
291
    UI:
292
        * Fix handling of Images in state=DELETED,
293
          allow sorting and categorization of Images in the UI (#823)
294
        * Fix the "Create New wizard" does not honor selection of
295
          "small/medium/large" images (#1129)
296
    Admin:
297
        * Fix the admin interface throws exception on the
298
          Invitations tab (1105)
299
    API:
300
        * Make API responses uncacheable (#1091)
301
    Logic:
302
        * Fix The dispatcher leaving messages unprocessed for
303
          unknown Ganeti opcodes(#1111)
304

    
305
NEW FEATURES:
306
    Admin:
307
        * Support filtering based on state, support image registration
308
          with mandatory type argument, make all deletion operations
309
          set state to DELETED (#849)
310
    API:
311
        * Allow marking flavors as removed, honor deleted flag (#1055)
312

    
313

    
314
2011-09-13, v0.6.1
315
******************
316

    
317
FIXES:
318
    UI:
319
        * Make all AJAX requests to the API uncache-able
320

    
321

    
322
2011-09-12, v0.6
323
****************
324

    
325
NEW FEATURES:
326
    Admin:
327
        * Initial version of new Web-based admininstration panel, allows
328
          management of Synnefo entities directly on the DB (#849)
329
        * Allow setting https apiurl and token in cloud tool (#853)
330
    Deployment:
331
        * Overhauled reconciliation mechanism, unit tests (#1021, #811)
332
    UI:
333
        * Overhaul CPU/RAM/disk sliders in UI to be more intuitive (#843)
334
        * Support setting of small, medium large flavors in UI (#815)
335
        * Have the UI filter flavors, depending on image size (#817)
336
        * Better, error-specific handling of error codes in UI (#971)
337
        * Implement retrieval of authentication token from the UI (#977)
338
        * Re-worked invitation UI is more vocal on errors, supports pagination
339
          (#1039)
340
        * Support a list of UI-specific metadata keys to be copied from Image
341
          to newly-created Server (#847)
342
    Images:
343
        * Support dd-based deployment of Windows and Linux images, using only
344
          dd-based sequential I/O, get rid of ntfsclone (#965, #1007)
345

    
346
FIXES:
347
    UI:
348
        * Fix Opera failing with "too old changes-since value" when idle (#521)
349
        * Fix UI problems with Firefox 3.5.x (#781)
350
        * Fix server statistics not refreshing properly in the UI (#881)
351
        * Machine rename icon not visible on IE (#909)
352
        * Fix list view fail not updating machine state properly (#915)
353
        * Fix colors in "Error" state (#953)
354
        * Fix the confirmation bar disappearing at times (#955)
355
        * Hide all actions when in state "Destroying..." (#957)
356
        * Disable connect action when machine has no ip set (#983)
357
        * Update image details on last vm creation step overlay on IE (#1011)
358
        * Fix list view displays UI error when servers are updated on IE
359
          (#1013)
360
        * Make "Add invitation", remove invitation button appear clickable
361
          (#1019)
362
    Logic:
363
        * Fix Logic layer complaining about certain Ganeti opcodes (#1031)
364

    
365

    
366
2011-08-29, v0.5.5
367
******************
368

    
369
FIXES:
370
    Logic:
371
        * Bugfixes, reconnect to AMQP properly when connection drops,
372
          added more DEBUG- and INFO-level logging messages.
373

    
374

    
375
2011-07-27, v0.5.4
376
******************
377

    
378
FIXES:
379
    UI:
380
        * Numerous bugfixes, most in response to user feedback from
381
          the Alpha deployment
382
        * #813 (Minor UI issues), #857 (long machine names),
383
          #865 (problem when user has zero invitations),
384
          #873 (generic 404 template), #895 (default username in RDP file),
385
          #897 (show spinner for the public network), 899 (allow Connect
386
          from the network UI), #901 (cannot select password for copying
387
          with Chrome), #893 (firewall profile selection behaves as a single
388
          list for all servers), #903 (cannot copy paste IPv4 in icon view),
389
          #905 (Javascript throws exception when left idle), #907 (similar
390
          issue with #907), #913 (list view alert message)
391
    Images:
392
        * ntfsclone does not use all of the available space on the target (#879)
393
    Deployment:
394
        * Move fix_amqp_settings to queue system init code (#809)
395
    Admin:
396
        * snf-admin user invite is not non-ascii friendly (#943)
397
        * snf-user should show email addresses, even without any arguments (#871)
398

    
399
FEATURES:
400
    UI:
401
        * Show completion percentage when a machine is being built (#887)
402
    API:
403
        * Report percentage completion for machines in BUILD (#891)
404
    Images:
405
        * The image deployment layer should report completion to the API layer
406
          (#889)
407
    Deployment:
408
        * Drop ganeti-eventd & snf-ganeti-hook synnefo dependency (#691)
409
        * Split Synnefo Ganeti tools to separate project under snf-cyclades-gtools/
410
        * Import code for building Debian packages, refactor repository (#691)
411

    
412

    
413
2011-07-19, v0.5.3.1
414
********************
415

    
416
FIXES:
417
    API:
418
        * Fix bug with firewall code using inexistent, removed setting
419
    GUI:
420
        * Fix bug with invitations UI (#859)
421
        * Fix bug with feedback form submission raising HTTP 500
422
    Deployment:
423
        * Fix bug with error reporting by the invitations app
424

    
425

    
426
2011-07-19, v0.5.3
427
******************
428

    
429
FIXES:
430
    GUI:
431
        * Add separate LOGOUT_URL setting
432
          fixes bug with URL in invitations mail
433
    Deployment:
434
        * Recode invitations email in UTF-8
435
        * Use DEFAULT_FROM_EMAIL Django setting as From: header
436
          for all emails
437

    
438

    
439
2011-07-18, v0.5.2
440
******************
441

    
442
FIXES:
443
    GUI:
444
        * Improve IPv6 support in UI (#839, #841)
445
        * Improve Connect messages, propose username (#801)
446
        * Add "tag"/"value" headers in Modify tags popup (#845)
447
    API:
448
        * Support arbitrary arguments to RAPI CreateInstanceCall() (#835)
449
    Admin tool:
450
        * Support creation and modification of users, flavors, images (#827)
451
        * Support sending invitations from the command line
452

    
453

    
454
2011-07-14, v0.5.1
455
******************
456

    
457
FIXES:
458
    GUI:
459
        * non-standard dpi settings (#343)
460
        * many minor bugs (#717)
461
        * remove "Login again" button from Java VNC viewer (#731)
462
        * Fix no firewall settings shown for newly built machines (#753)
463
        * Fix handling of transitional "Destroying" state (#771)
464
        * Use well-formed, client- and server-specific messages
465
          for the Connect operation (#801)
466
        * Fix misaligned action labels in IE (#821)
467
          generic cross-browser compatibility fixes (#341)
468
    Logic:
469
        * fix dispatcher flushing AMQP queues (#719)
470
        * Support asynchronous VM deletion (#721)
471
        * Add backend prefix to all AMQP queues (#723)
472
        * Document workarounds for dispatcher daemonization problems
473
          when logging to stdout (#779)
474
    Images:
475
        * Fix ntfsclone causing excess I/O load due to verbose output (#729)
476
    API:
477
        * Have API use the flavor-defined disk sizes (#759)
478
        * Make backend disk templates (plain, drbd) configurable (#77&)
479
        * Work around Ganeti bug with getting VNC console info (#783)
480
        * Set serial_console=False explicitly on Ganeti backend (#785)
481
        * Allow exception info to propagate when VNC console allocation fails
482
          (#789)
483
        * Handle deletion of machines in ERROR when no Ganeti instance exists
484
          (#799)
485
    Backend:
486
        * Synchronize contrib/kvm-vif-bridge to agree with the API on the tags
487
          to use for firewall profiles (#789)
488

    
489
NEW FEATURES
490
    GUI:
491
        * Add themed form for invitations, integrate with UI (#439)
492
        * Add themed feedback form, integrate with API error window
493
          (~okeanos #7)
494
    Admin tool:
495
        * Add initial version of snf-admin tool for user, VM and image
496
          management (#727)
497

    
498

    
499
2011-07-01, v0.5
500
****************
501

    
502
NEW FEATURES
503
    GUI:
504
        * Overhauled icon and single-server view, updated color set
505
          (#651, #653, #667, #669, #673, #675, #677, #443, #631)
506
        * Added statistics, retrieves pre-processed PNGs from backend (#527)
507
        * Added buttons for modifier keys, custom theming to Java VNC client
508
          (#545)
509
        * Support single-click RDP-based connection to Windows VMs (#673)
510
        * Allow setting network firewall profiles on public interfaces (#661)
511
    Images:
512
        * Complete set of Linux distribution Images (Debian, Fedora, Ubuntu)
513
          (#493, #509)
514
        * Complete support for Windows machines (create, customize, boot)
515
          (#495)
516
    Logic:
517
        * Support centralized logging, logging.conf-based setup (#547)
518
    AAI:
519
        * Allow per-user setting of number of outgoing invitations (#439, #705)
520
        * Support "switch-user"-type functionality for helpdesk users (#665)
521
        * Support user logout in the UI, delete relevant tokens (#663)
522
    API:
523
        * Supports retrieval of statistics (#527)
524
        * Support maximum number of VMs per user (quota) (#703)
525
        * Extend API to support distinct firewall profiles, update backend (#659)
526
    Deployment:
527
        * BSD 2-clause Licensing (#581)
528
        * Initial translation of UI to Greek (#689)
529
        * Drop Django dependency in snf-ganeti-eventd and snf-ganeti-hook (#691)
530
          Synnefo dependency remains, already patched by ops, to be committed
531
        * Split settings.py to distinct files under settings.d/ (#693)
532
        * Use the Django email framework (#697)
533
        * Implemented statistics-gathering mechanism at the backend (#527)
534

    
535
FIXES:
536
    GUI:
537
        * Too many bug fixes to mention (#403, #429, #465, #473, #557, #589,
538
          #599, #605, #607, #609, #611, #613, #619, #621, #623, #625, #627,
539
          #629, #633, #635, #637, #639, #641, #643, #645, #647, #649, #655,
540
          #657, #681, #687, #699, #701, #707, #709)
541
        * Better cross-browser compatibility (#341)
542
        * Should work with relative URLs (#421)
543
    Images:
544
        * Set hostname in Linux VMs appropriately (#603)
545
    Logic:
546
        * Include EUI-64-derived IPv6 address in ganeti-net-status notifications
547
          (#615)
548
    Deployment:
549
        * Do not set nodes explicitly, use iallocator at Ganeti backend (#617)
550

    
551

    
552
2011-06-06, v0.4
553
****************
554

    
555
NEW FEATURES:
556
    GUI:
557
        * Support displaying info on and handling of public and private networks,
558
          with differential updates (#407, #469)
559
        * Support create new private network (#541), add machine to
560
          private network (#543)
561
        * Design and implement a completely revamped blue and orange
562
          color theme (#529, #531)
563
        * Implement improved add/edit metadata dialog with suggested values for
564
          keys (#535, #537)
565
        * Implement list of suggested keys in add server metadata dialog (#537)
566
        * Add full-screen Console window, themed as the rest of the UI (#497)
567
        * Implement single-machine view in the UI (#573)
568
        * Add user notification (spinner) on button clicks performing
569
          API actions (#471)
570
        * Full IE support, differential updates (#461)
571
    AAI:
572
        * Each token has its own expiration date, fix expiration of
573
          development test token (#483)
574
        * Support adding new users to the DB by invitation (#439)
575
    API:
576
        * Extend networks API, support differential updates for private nets (#569)
577
        * Support XML replies for the /networks API namespace (#553)
578
        * Implement mechanism for reconciliation of DB state with Ganeti backend
579
          state in case of AMQP failure (#505)
580
        * Support Ganeti link pooling for management of private networks (#513)
581
        * Support reception and processing of NIC configuration notifications
582
          from Ganeti over AMQP (#513)
583
    IMAGES:
584
        * Implement generic API<->Ganeti mechanism for passing custom VM parameters (#487)
585
        * Support selection and handling of OS images for VM customization (#489)
586
        * Support random selection and enforcement of root password on Linux VMs (#485)
587
    GANETI BACKEND:
588
        * Design and implement mechanism for handling network connection requests,
589
          based on link ids of virtual NICs (#411)
590
        * Support handling of public and private networks,
591
          based on NFDHCPD and custom KVM ifup scripts (#407, #411)
592

    
593
FIXES:
594
    GUI:
595
        * Remove extraneous GET /server/id/meta requests (#463)
596
        * Fix location of the "Create New" wizard in IE (#467)
597
        * Make numerous hardcoded strings translatable (#473)
598
        * Fix alignment of step names in "Create New" wizard (#475)
599
        * Fix OS icons not appearing in Opera (#477)
600
        * Fix correspondence of OS icons to icon URIs (#481)
601
        * Fix console action inoperable in list view (#497)
602
        * Fix HTTP errors from backend not reported correctly (#523)
603
        * Fix handling of API "UKNNOWN" status for servers (#571)
604
        * Add SVG-derived icons for Fedora in multiple resolutions (#587)
605
        * Various minor UI glitches (#583, #585, #591)
606
    API:
607
        * Fix entering Greek characters in fields failed (was due to
608
          problem with db creation parameters in MySQL) (#499)
609
        * Fix return erroneous 304 NOT MOTIFIED for GET /servers if only
610
          server metadata modified (#525)
611
        * Fix return erroneous "UNKNOWN" status under specific circumstances (#573)
612
        * Remove private network connections when a server is deleted (#579)
613

    
614

    
615
KNOWN DEFECTS:
616

    
617
    GUI:
618
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
619
        * UI breaks if "Create New" called twice in quick succession (#609)
620
        * Esc/Enter keys do not work in edit metadata window (#605)
621
        * No spinner icon on outstanding requests for updates to private networks (#607)
622
        * Error window overflows in case of longer-than-usual traceback in
623
          "Details" field (#611)
624
        * Single-server view does not update properly (#613)
625
    IMAGES:
626
        * Image deployment mechanism does not set Linux hostname properly (#603)
627
    GANETI BACKEND:
628
        * No IPv6 reported from the Synnefo Ganeti hook to the API
629
          (backend, API and UI can all handle IPv6 though) (#615)
630
        * All VMs currently allocated to the first Ganeti node, since no
631
          allocator has been installed in the development Ganeti yet (#617)
632
    Deployment:
633
        * No rigorous testing of data migration, migrations in real-world
634
          conditions will probably fail (#503)
635

    
636

    
637
2011-05-10, v0.3
638
****************
639

    
640
FIXES/NEW FEATURES:
641

    
642
    GUI:
643
        * Report connection failures correctly, instead of a bogus 503 error (#427)
644
        * Support rename Virtual Machines using a nifty pencil icon (#429)
645
        * Fix complete failure of site with IE (starts, has known defects) (#431)
646
        * Support expanding box in icon view, containing metadata info (#375, #435, #441)
647
        * Support providing X-Auth-Token headers for authentication (#455)
648
        * Support Java applet-based popup for VNC console access (#391)
649
        * Initial implementation of "networks" tab interface mockup, no actual functionality (#415)
650
    AAI:
651
        * End-to-end Shibboleth support (#345)
652
    API:
653
        * Support creation, management and removal of private L2 networks (#409, #457)
654
        * Fix API implementation does not return unAuthorized cloud faults (#459)
655
        * Merge support for X-Auth-Token based authentication (#423)
656
    Logic:
657
        * Re-engineer messaging layer, migrate from 0mq to an AMQP-based infrastructure (#393)
658
        * Extended dispatcher, provides the context for executing business layer functions (#393)
659
        * Extended Ganeti event daemon, publish notifications over AMQP (#393)
660
        * Support a generic Synnefo hook in Ganeti, publish notifications over AMQP (#393, #397)
661
        * Extend logic layer, process NIC configuration notifications, update VM info in DB (#397)
662
    Deployment:
663
        * Add improved version of README.deploy, detailing node types in a Synnefo deployment
664

    
665
KNOWN DEFECTS:
666

    
667
    GUI:
668
        * Inoperative console action in list view (#497)
669
        * Various UI glitches under Chrome/Safari (wizard)
670
        * Serious functionality glitches with IE (no auto-refresh, no machine rename)
671
        * Serious UI glitches with non-standard dpi settings (#343)
672
        * Does not work with relative URLs (cannot deploy under subdir) (#421)
673
    API:
674
        * No Greek characters allowed in server names with the MySQL backend (#499)
675
    Deployment:
676
        * No rigorous testing of data migration, migrations in real-world conditions will probably fail (#503)
677

    
678

    
679
2011-04-19, v0.2.2
680
******************
681

    
682
Bug fix release:
683
    GUI:
684
        * Fix start operation breakage due to extra argument in API call (#433)
685

    
686

    
687
2011-04-19, v0.2.1
688
******************
689

    
690
Bug fix release:
691
    GUI:
692
        * Fix shutdown operation breakage due to extra argument in API call (#433)
693

    
694

    
695
2011-04-19, v0.2
696
****************
697

    
698
FIXES/NEW FEATURES:
699

    
700
    GUI:
701
        * Show transitional state when command is in progress ("Starting", etc) (#401)
702
        * Allow only "destroy" for machines being built (#399)
703
        * Show nice icons for the icon, list and single view (#389)
704
        * Show the VM configuration (flavor) in list view (#387)
705
        * Add Destroy action in icon view (#381)
706
        * Show spinner when action is in progress (#379)
707
        * Handle OS icons properly for Images and machines, user-controlled (#257)
708
        * Support modification of VM metadata (currently: only addition, removal) (#375)
709
        * Support machine rename (#307)
710
        * Show welcome screen when no VMs defined (#279)
711
        * Revamped "Create New" wizard (#83)
712
    API:
713
        * Return buildInProgress properly (#351)
714
        * Loads of new unit tests (#417)
715
        * Support OOB console access over VNC using vncauthproxy
716
            - Run as daemon, support automatic port selection (#419)
717
        * Refactor ganeti-0mqd
718
            - Run as daemon, receive messages from Ganeti hooks, publish over 0mq
719
    Deployment:
720
        * Add initial version of README.deploy, detailing service dependencies
721
        * Add support for database migrations, using Django South (#371)
722
        * Install continuous integration platform (Jenkins), run tests automatically (#383)
723

    
724
KNOWN DEFECTS:
725

    
726
    GUI:
727
        * Minor visual problems with Firefox 3.5 (#403)
728
        * Major cross-browser compatibility problems (no IE support) (#431, #341)
729
        * Requires installation under /, does not work with relative URLs (#421)
730
        * Incorrect 503 return code when server is unreachable (#427)