-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
130 lines (121 loc) · 6.07 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
*Sat Jun 27 2009 Eucalyptus Systems (support@open.eucalyptus.com)
* New version 1.5.2
* A lot of bug fixes and improvements
* Eucalytpus now runs as user 'eucalyptus' by default
* added new UI tab 'Extras' that includes links to pre-packaged
images and client tools
* Fixed support for client tools (including fixes to the REST interface).
* Closes bugs: #368975 #375809 #375805 #376575 #354787 #382522 #357350
#375105 #359855 #384069 #359855 #357499 #384117 #384119 #375093
#384119 #356580 #384123 #359855 #356389 #384069 #384119 #357849
#359855 #384124 #384126 #384126 #384652 #385660 #386430 #357440
and many more...
*Thu Apr 30 2009 mayhem group (support@open.eucalyptus.com)
* Elastic Block Store (EBS) support (volumes & snapshots)
* Walrus improvements:
o Support for groups in ACLS
o Fixed issues with meta data support
o Web browser form-based uploads via HTTP POST
o Object copying
o Query string authentication
o Support for arbitrary key names
o Compressed image downloads and fixes to image caching
o Reduced memory requirement
* Network improvement: new MANAGED-NOVLAN mode
* Node-side improvements:
o Support for the KVM hypervisor
o Compression & retries on Walrus downloads
o Reworked caching (now with configurable limit)
* Web UI improvements:
o Cloud registration with Rightscale (from admin's 'Credentials'
tab)
o New configuration options for Walrus
o Better screening of usernames
o Fixed account confirmation glitches
* Building and installation improvements
o Better Java installation checking
o New command-line administration: euca_conf -addcluster ...
-addnode ...
o Non-root user deployment of Eucalyptus
o Binary packages for more distributions (Ubuntu et al)
*Mon Jan 5 2009 mayhem group (support@open.eucalyptus.com)
- Added new networking subsystem that no longer depends on VDE
- Added support for elastic IP assignment and security using the 'MANAGED'
networking mode
- Cluster controller scheduling policy can now be configured in
eucalyptus.conf (ROUNDROBIN and GREEDY currently supported)
- Cluster controller now handles concurrent requests (no longer have to
restrict apache to allow only one connection at a time)
- Added Walrus: a Amazon S3 interface compatible storage manager. Walrus handles
storage of user data as well as filesystem images, kernels, and ramdisks.
- Support for new operations:
- Reboot instance and get console output.
- Node Controller improvements:
- Retrieval of images from Walrus instead of NFS-mounted file system
- New caching and cleanup code, including start-time integrity checks
- On-the-fly script-based generation of libvirt XML configuration
- Script-based discovery of node resources (no assumptions about stat)
- MAX_CORES overrides actual number of cores both down and up
- Moved libvirt errors to nc.log and suppressed harmless ones
- Serialized some Xen invocations to guard against non-determinism
- Added proper swap creation, also "ephemeral" disk support
- More robust instance state reporting to Cluster Controller
- Web interface improvements:
- Added cloud/Walrus configuration, including clusters and VM types
- Revamped 'credentials' tab with new options to edit user information
and hide/show "secret" strings
- Editing of user information for the administrator, including
confirmation dialog for deletion of users
- User-initiated password recovery mechanism
- Fixed a couple of bugs: ' ' in username, spurious double additions
- Revamped logging throughout, with five levels a la log4j
- Cloud Controller:
- User, Cluster, and System keys are now stored in PKCS#12 keystores and have moved to var/lib/eucalyptus/keys
- Configuration is handled entirely through the web interface
- Clusters dynamically added/started/stopped
- Webservices operations complete up to EC2 2008-05-05 (w/o EBS):
- "Elastic IP" address support
- Image registration and attribute manipulation
- GetConsole and RebootInstances support
- Working Security Groups support for clusters in MANAGED network mode
- see website for additional details, extensions, and caveats:
http://open.eucalyptus.com/wiki/API_v1.4
- Instance Metadata service (including userData)
- Workaround to use standard tools for registering kernels & ramdisks
*Mon Jul 28 2008 mayhem group (support@open.eucalyptus.com)
- Removed cloud, cluster controller and node controller and created their
own packages.
- Added the possibility of installing Eucalyptus from RPMs (without
ROCKS).
- Implemented caching of the instances.
- More robust checking for running instances.
- Fix the instance ID naming collision.
*Tue Jul 01 2008 mayhem group (support@open.eucalyptus.com)
- Added WS-security for internal communication
- Added URL Query Interface for interacting with Eucalyptus
- Cluster Controller improvements:
- Instance caching added to improve performance under
certain conditions
- Thread locks removed to improve performance
- NC resource information gathered asynchronously to
improve scheduler performance
- Network control improvements:
- Added ability to configure 'public' instance interface
network parameters (instead of hardcoded 10. network)
- Lots of reliability changes
- Cloud Controller improvements:
- Pure in-memory database
- Image registration over WS interface
- Improved build procedure
- Web interface improvements:
- For all users (query interface credentials, listing of
available images)
- For the administrator (addition, approval, disabling,
and deletion of users; disabling of images)
- Numerous bug fixes, improving stability and performance.
In particular, but not limited to:
- Recovering Cloud Controller system state
- Timeout-related error reporting
- Slimmer log files, with timestamps
*Sat May 21 2008 mayhem group (support@open.eucalyptus.com)
- first release of eucalyptus