Statistics
| Branch: | Tag: | Revision:

root / Changelog @ cda13b21

History | View | Annotate | Download (12.9 kB)

1 5ede2c79 Constantinos Venetsanopoulos
.. _Changelog:
2 bbcd3dd1 Constantinos Venetsanopoulos
3 bbcd3dd1 Constantinos Venetsanopoulos
Unified Changelog file for Synnefo versions >= 0.13
4 bbcd3dd1 Constantinos Venetsanopoulos
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 bbcd3dd1 Constantinos Venetsanopoulos
6 3045e739 Constantinos Venetsanopoulos
Since v0.13 most of the Synnefo components have been merged into a single
7 3045e739 Constantinos Venetsanopoulos
repository and have aligned versions.
8 5ede2c79 Constantinos Venetsanopoulos
9 d509e6da Stratos Psomadakis
.. _Changelog-0.14.3:
10 d509e6da Stratos Psomadakis
11 d509e6da Stratos Psomadakis
v0.14.3
12 d509e6da Stratos Psomadakis
=======
13 d509e6da Stratos Psomadakis
14 cda13b21 Christos Stavrakakis
Released: Thu Jul 25 12:22:47 EEST 2013
15 cda13b21 Christos Stavrakakis
16 d509e6da Stratos Psomadakis
Synnefo-wide
17 d509e6da Stratos Psomadakis
------------
18 d509e6da Stratos Psomadakis
19 d509e6da Stratos Psomadakis
* Use the SYNNEFO_TRACE environmental variable to control whether the greenlet
20 d509e6da Stratos Psomadakis
  tracing code will get loaded or not.
21 4203a2a1 Stratos Psomadakis
* Split the HIDDEN_COOKIES setting in HIDDEN_HEADERS and HIDDEN_COOKIES, and
22 4203a2a1 Stratos Psomadakis
  add the MAIL_MAX_LEN setting, to limit the mail size for unhandled
23 4203a2a1 Stratos Psomadakis
  exceptions.
24 d509e6da Stratos Psomadakis
25 d509e6da Stratos Psomadakis
26 15151f83 Christos Stavrakakis
.. _Changelog-0.14.2:
27 15151f83 Christos Stavrakakis
28 15151f83 Christos Stavrakakis
v0.14.2
29 15151f83 Christos Stavrakakis
=======
30 15151f83 Christos Stavrakakis
31 e0d9f0cb Christos Stavrakakis
Released: Fri Jul 12 13:13:32 EEST 2013
32 15151f83 Christos Stavrakakis
33 15151f83 Christos Stavrakakis
Cyclades
34 15151f83 Christos Stavrakakis
--------
35 15151f83 Christos Stavrakakis
36 15151f83 Christos Stavrakakis
* Add new setting PITHOS_BACKEND_POOL_SIZE, which configures the size
37 15151f83 Christos Stavrakakis
  of the pool of Pithos backends that are used by plankton.
38 a43b07ae Christos Stavrakakis
39 2d6acde1 Christos Stavrakakis
.. _Changelog-0.14:
40 a43b07ae Christos Stavrakakis
41 2d6acde1 Christos Stavrakakis
v0.14
42 2d6acde1 Christos Stavrakakis
=====
43 a43b07ae Christos Stavrakakis
44 2d6acde1 Christos Stavrakakis
Released: Tue Jun 25 14:01:19 EEST 2013
45 a43b07ae Christos Stavrakakis
46 a43b07ae Christos Stavrakakis
Synnefo-wide
47 a43b07ae Christos Stavrakakis
------------
48 008fd5cd Constantinos Venetsanopoulos
49 f0001470 Christos Stavrakakis
* Create 'snf_django' Python package to hold common code for all Synnefo
50 f0001470 Christos Stavrakakis
  components.
51 a43b07ae Christos Stavrakakis
52 e23b9308 Georgios D. Tsoukalas
* Create a JSON-exportable definition document for each Synnefo Components
53 e23b9308 Georgios D. Tsoukalas
  (Astakos, Cyclades, Pithos, etc.) that consolidates APIs (services),
54 e23b9308 Georgios D. Tsoukalas
  resources, and other standardized properties (e.g. default URL prefixes).
55 e23b9308 Georgios D. Tsoukalas
56 e23b9308 Georgios D. Tsoukalas
* Standardize URLs for Synnefo Components, impose structure and naming
57 e23b9308 Georgios D. Tsoukalas
  conventions to related settings. Make each component deployable under
58 e23b9308 Georgios D. Tsoukalas
  a user-configurable <COMPONENT>_BASE_URL. Each API (compute, image, etc.)
59 e23b9308 Georgios D. Tsoukalas
  is deployable under a developer-configurable prefix beneath BASE_URL.
60 e23b9308 Georgios D. Tsoukalas
61 bb92f5b4 Kostas Papadimitriou
* Deprecate CLOUDBAR_ACTIVE_SERVICE setting from all apps. 
62 bb92f5b4 Kostas Papadimitriou
63 bb92f5b4 Kostas Papadimitriou
* Common synnefo 404/500 templates (located in snf-webproject)
64 bb92f5b4 Kostas Papadimitriou
65 a43b07ae Christos Stavrakakis
Astakos
66 a43b07ae Christos Stavrakakis
-------
67 7e7cd786 Kostas Papadimitriou
68 38d5464c Giorgos Korfiatis
* Redesign of the accounting system (quotaholder) and integration into
69 008fd5cd Constantinos Venetsanopoulos
  Astakos.
70 38d5464c Giorgos Korfiatis
71 38d5464c Giorgos Korfiatis
  * Simplified the quotaholder model; removed tables Entity and Policy; now
72 38d5464c Giorgos Korfiatis
    table Holding contains limit and usage for every holding.
73 38d5464c Giorgos Korfiatis
  * Extended table Holding, so that we can keep track of quota for every
74 38d5464c Giorgos Korfiatis
    valid combination of holder (e.g. user), resource, and source (e.g. the
75 38d5464c Giorgos Korfiatis
    default system or some specific project).
76 38d5464c Giorgos Korfiatis
  * Refactored code for issuing and resolving commissions for robustness;
77 38d5464c Giorgos Korfiatis
    added a 'force' option to bypass the upper limit check when issuing a
78 38d5464c Giorgos Korfiatis
    commission.
79 38d5464c Giorgos Korfiatis
  * Simplified syncing to the quotaholder; removed fields from models
80 38d5464c Giorgos Korfiatis
    Project and ProjectMembership, previously needed for syncing; removed
81 38d5464c Giorgos Korfiatis
    state PROJECT_DEACTIVATED from ProjectMembership.
82 48646327 Giorgos Korfiatis
  * Removed settings ASTAKOS_QUOTAHOLDER_URL, ASTAKOS_QUOTAHOLDER_TOKEN,
83 48646327 Giorgos Korfiatis
    and ASTAKOS_QUOTAHOLDER_POOLSIZE.
84 48646327 Giorgos Korfiatis
85 885b738f Giorgos Korfiatis
* API-related changes:
86 885b738f Giorgos Korfiatis
87 885b738f Giorgos Korfiatis
  * Implemented API calls for quota, resources, and commissions.
88 885b738f Giorgos Korfiatis
  * Moved all API calls under '/account/v1.0'.
89 885b738f Giorgos Korfiatis
  * Implemented the keystone API call POST /tokens under '/identity/v2.0'.
90 885b738f Giorgos Korfiatis
91 38d5464c Giorgos Korfiatis
* Service and resource specification and handling:
92 38d5464c Giorgos Korfiatis
93 885b738f Giorgos Korfiatis
  * Specified a format for defining services along with the API endpoints
94 885b738f Giorgos Korfiatis
    and the resources they expose. Migrated internal resource name by
95 885b738f Giorgos Korfiatis
    prefixing it with service name (e.g. 'vm' becomes 'cyclades.vm');
96 885b738f Giorgos Korfiatis
    renamed registered service 'pithos+' to 'pithos'.
97 885b738f Giorgos Korfiatis
  * Specified a procedure to register a Synnefo component, its services and
98 885b738f Giorgos Korfiatis
    their resources in astakos and set the resources' default base quota
99 885b738f Giorgos Korfiatis
    limit. Removed resource definitions from settings.
100 38d5464c Giorgos Korfiatis
  * Moved service and resource presentation data out of the respective db
101 38d5464c Giorgos Korfiatis
    models into a separate file of UI constants.
102 38d5464c Giorgos Korfiatis
103 38d5464c Giorgos Korfiatis
* Converted the limit on pending applications from a setting to a quotable
104 38d5464c Giorgos Korfiatis
  resource. Converted the related user setting to a user-specific base quota
105 38d5464c Giorgos Korfiatis
  limit. Deprecated model UserSetting; removed setting
106 38d5464c Giorgos Korfiatis
  ASTAKOS_PENDING_APPLICATION_LIMIT.
107 38d5464c Giorgos Korfiatis
108 38d5464c Giorgos Korfiatis
* Changes in locking strategy:
109 38d5464c Giorgos Korfiatis
110 38d5464c Giorgos Korfiatis
  * Lock only project's chain for all project operations; lock user before
111 38d5464c Giorgos Korfiatis
    syncing to quotaholder.
112 38d5464c Giorgos Korfiatis
  * When locking multiple rows (e.g. users or holdings) include an ORDER BY
113 38d5464c Giorgos Korfiatis
    clause in the query to impose ordering on locking.
114 38d5464c Giorgos Korfiatis
115 38d5464c Giorgos Korfiatis
* Changes in views:
116 38d5464c Giorgos Korfiatis
117 38d5464c Giorgos Korfiatis
  * Replaced custom transaction context with a simple decorator for managing
118 38d5464c Giorgos Korfiatis
    transactions and a context 'ExceptionHandler', which logs and suppresses
119 38d5464c Giorgos Korfiatis
    exceptions
120 38d5464c Giorgos Korfiatis
121 7e7cd786 Kostas Papadimitriou
* Added fine grain user auth provider's policies.
122 7e7cd786 Kostas Papadimitriou
123 7e7cd786 Kostas Papadimitriou
  * Administrator can override default auth provider policies to a specific 
124 7e7cd786 Kostas Papadimitriou
    user or group of users.
125 7e7cd786 Kostas Papadimitriou
  * Optionally a user can be assigned to a list of groups, based on the
126 7e7cd786 Kostas Papadimitriou
    authentication method he choosed to signup.
127 7e7cd786 Kostas Papadimitriou
128 7e7cd786 Kostas Papadimitriou
* Removed explicit handling of SMTP errors on each email delivery. Exceptions 
129 7e7cd786 Kostas Papadimitriou
  are now propagated to base django exception handler.
130 7e7cd786 Kostas Papadimitriou
131 0ede3879 Kostas Papadimitriou
* Email used in html/email tempaltes which prompt user to contact for service 
132 0ede3879 Kostas Papadimitriou
  support prompts is now defined in ``CONTACT_EMAIL`` setting introduced in 
133 0ede3879 Kostas Papadimitriou
  snf-common settings.
134 0ede3879 Kostas Papadimitriou
135 7e7cd786 Kostas Papadimitriou
* Improvements in user activation flow
136 7e7cd786 Kostas Papadimitriou
137 7e7cd786 Kostas Papadimitriou
  * User moderation now takes place after the user has verified his email
138 7e7cd786 Kostas Papadimitriou
    address.
139 7e7cd786 Kostas Papadimitriou
  * User model enriched with additional user state fields
140 7e7cd786 Kostas Papadimitriou
  * Split activation email from moderation process. Administrator is required 
141 7e7cd786 Kostas Papadimitriou
    to moderate user explicitly using the `user-modify --accept` or
142 7e7cd786 Kostas Papadimitriou
    `user-modify --reject` commands.
143 008fd5cd Constantinos Venetsanopoulos
  * Improved logging throught out user activation procedures.
144 7e7cd786 Kostas Papadimitriou
145 bb92f5b4 Kostas Papadimitriou
* Remove deprecated AstakosUser model fields: `provider`,
146 bb92f5b4 Kostas Papadimitriou
  `third_party_identifier`
147 bb92f5b4 Kostas Papadimitriou
148 bb92f5b4 Kostas Papadimitriou
* Allow override of authentication provider messages using the following 
149 bb92f5b4 Kostas Papadimitriou
  format in setting names: ``ASTAKOS_<PROVIDER_MODULE>_<MSGID>_MSG``
150 bb92f5b4 Kostas Papadimitriou
151 bb92f5b4 Kostas Papadimitriou
* Cloudbar automatically tries to identify the active service based on window 
152 bb92f5b4 Kostas Papadimitriou
  location.
153 bb92f5b4 Kostas Papadimitriou
154 bb92f5b4 Kostas Papadimitriou
* Removing authentication provider view is now CSRF protected.
155 bb92f5b4 Kostas Papadimitriou
156 bb92f5b4 Kostas Papadimitriou
* New `API access` view, containing useful information to users on how to 
157 bb92f5b4 Kostas Papadimitriou
  access available Synnefo services API's.
158 bb92f5b4 Kostas Papadimitriou
159 eeddeacf Kostas Papadimitriou
* Remove of ASTAKOS_*_EMAIL_SUBJECT settings. All email subjects are now 
160 eeddeacf Kostas Papadimitriou
  defined in astakos.im.messages module. Overriding default values can be 
161 eeddeacf Kostas Papadimitriou
  achieved using custom gettext files or using astakos messages settings::
162 eeddeacf Kostas Papadimitriou
	
163 eeddeacf Kostas Papadimitriou
	#change of greeting email subject
164 eeddeacf Kostas Papadimitriou
  	ASTAKOS_GREETING_EMAIL_SUBJECT_MESSAGE = 'Welcome to my cloud'
165 eeddeacf Kostas Papadimitriou
166 f86bdcac Kostas Papadimitriou
* Remove ``ASTAKOS_ACTIVATION_REDIRECT_URL`` and ``ASTAKOS_LOGIN_SUCCESS_URL`` 
167 f86bdcac Kostas Papadimitriou
  from astakos .conf file. Settings are dynamically computed based on 
168 f86bdcac Kostas Papadimitriou
  ``ASTAKOS_BASE_URL``.
169 f86bdcac Kostas Papadimitriou
170 38d5464c Giorgos Korfiatis
* Management commands:
171 38d5464c Giorgos Korfiatis
172 885b738f Giorgos Korfiatis
  * Introduced new commands:
173 885b738f Giorgos Korfiatis
     * authpolicy-{add, list, remove, set, show}
174 885b738f Giorgos Korfiatis
     * group-{add, list}
175 885b738f Giorgos Korfiatis
     * component-{add, list, modify, remove}
176 885b738f Giorgos Korfiatis
     * reconcile-resources-astakos
177 885b738f Giorgos Korfiatis
     * resource-{export-astakos, import, modify}
178 885b738f Giorgos Korfiatis
     * service-{export-astakos, import, show}
179 885b738f Giorgos Korfiatis
  * Renamed commands:
180 885b738f Giorgos Korfiatis
     * astakos-quota to quota
181 885b738f Giorgos Korfiatis
     * user-update to user-modify
182 885b738f Giorgos Korfiatis
     * full-cleanup to cleanup-full
183 885b738f Giorgos Korfiatis
  * Removed commands:
184 885b738f Giorgos Korfiatis
     * astakos-init
185 885b738f Giorgos Korfiatis
     * invitation-{details, list}
186 885b738f Giorgos Korfiatis
     * project-sync
187 885b738f Giorgos Korfiatis
     * resource-{add, remove}
188 885b738f Giorgos Korfiatis
     * service-{add, remove, token-renew, update}
189 885b738f Giorgos Korfiatis
     * user-invite
190 885b738f Giorgos Korfiatis
     * user-set-initial-quota (integrated its functionality in user-modify and quota)
191 38d5464c Giorgos Korfiatis
  * Added quota and project-related information in user-show command; added
192 38d5464c Giorgos Korfiatis
    membership information in project-show.
193 7e7cd786 Kostas Papadimitriou
194 a43b07ae Christos Stavrakakis
Cyclades
195 a43b07ae Christos Stavrakakis
--------
196 008fd5cd Constantinos Venetsanopoulos
197 fe5ea1c4 Christos Stavrakakis
* Make 'type' attribute required for network create API request.
198 fe5ea1c4 Christos Stavrakakis
* Networks not created to all Ganeti backends upon creation, they are instead
199 fe5ea1c4 Christos Stavrakakis
  created to a backend only when a VM connects to the network.
200 b0c95903 Giorgos Korfiatis
* Add 'CYCLADES_ASTAKOSCLIENT_POOLSIZE' setting which tunes the size of the
201 b0c95903 Giorgos Korfiatis
  http connection pool to astakos.
202 6e27e449 Christos Stavrakakis
* Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL' settings
203 d0986bac Christos Stavrakakis
* Remove CYCLADES_USE_QUOTAHOLDER, CYCLADES_QUOTAHOLDER_TOKEN,
204 d0986bac Christos Stavrakakis
  CYCLADES_QUOTAHOLDER_URL, CYCLADES_QUOTAHOLDER_POOLSIZE settings
205 62c86226 Christos Stavrakakis
* Rename 'cyclades-usage-verify' management command to
206 62c86226 Christos Stavrakakis
  'reconcile-resources-cyclades'. Also, remove 'cyclades-usage-reset' command,
207 62c86226 Christos Stavrakakis
  which is equivalent to 'reconcile-resources-cyclades --fix'.
208 62c86226 Christos Stavrakakis
* Rename 'cyclades-reconcile-commissions' management command to
209 62c86226 Christos Stavrakakis
  'reconcile-commissions-cyclades'.
210 30096a2e Christos Stavrakakis
* Remove obsolete 'MAX_VMS_PER_USER', 'MAX_NETWORKS_PER_USER',
211 30096a2e Christos Stavrakakis
  "VMS_USER_QUOTA" and "NETWORKS_USER_QUOTA" settings, since their usage
212 30096a2e Christos Stavrakakis
  is covered by Quotaholder.
213 a6143787 Georgios D. Tsoukalas
* Remove obsolete setting 'API_ROOT_URL', since it is being covered by
214 a6143787 Georgios D. Tsoukalas
  the use of CYCLADES_BASE_URL* Remove obsolete setting 'API_ROOT_URL', since
215 a6143787 Georgios D. Tsoukalas
  it is being covered by 'CYCLADES_BASE_URL'.
216 c802789d Christos Stavrakakis
* Remove obsolete settings GANETI_DISK_TEMPLATES and
217 c802789d Christos Stavrakakis
  DEFAULT_GANETI_DISK_TEMPLATE
218 62c86226 Christos Stavrakakis
219 f62b110e Kostas Papadimitriou
Cyclades helpdesk
220 f62b110e Kostas Papadimitriou
-----------------
221 008fd5cd Constantinos Venetsanopoulos
222 f62b110e Kostas Papadimitriou
* Additional start/stop vm action
223 f62b110e Kostas Papadimitriou
* Display extend backend info in vm's view
224 f62b110e Kostas Papadimitriou
* Fixed IP lookup
225 f62b110e Kostas Papadimitriou
226 a43b07ae Christos Stavrakakis
Pithos
227 a43b07ae Christos Stavrakakis
------
228 008fd5cd Constantinos Venetsanopoulos
229 f0001470 Christos Stavrakakis
* Remove PITHOS_AUTHENTICATION_USERS setting, which was used to override
230 f0001470 Christos Stavrakakis
  astakos users.
231 a5fbc00d Christos Stavrakakis
* Remove 'PITHOS_USER_CATALOG_URL', 'PITHOS_USER_FEEDBACK_URL' and
232 a5fbc00d Christos Stavrakakis
  'PITHOS_USER_LOGIN_URL' settings.
233 79b5d61b Sofia Papagiannaki
* Remove PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL,
234 79b5d61b Sofia Papagiannaki
  PITHOS_QUOTAHOLDER_TOKEN and PITHOS_ASTAKOSCLIENT_POOLSIZE
235 a43b07ae Christos Stavrakakis
236 a43b07ae Christos Stavrakakis
Tools
237 a43b07ae Christos Stavrakakis
-----
238 a43b07ae Christos Stavrakakis
239 a43b07ae Christos Stavrakakis
240 5ede2c79 Constantinos Venetsanopoulos
.. _Changelog-0.13:
241 5ede2c79 Constantinos Venetsanopoulos
242 5ede2c79 Constantinos Venetsanopoulos
v0.13
243 5ede2c79 Constantinos Venetsanopoulos
=====
244 5ede2c79 Constantinos Venetsanopoulos
245 7e41df58 Christos Stavrakakis
Released: Wed Apr 10 18:52:50 EEST 2013
246 5ede2c79 Constantinos Venetsanopoulos
247 3045e739 Constantinos Venetsanopoulos
In v0.13 the code was very heavily refactored for increased uniformity since
248 3045e739 Constantinos Venetsanopoulos
most of the Synnefo components have been merged into a single repository. Thus,
249 3045e739 Constantinos Venetsanopoulos
**just for this version** we will not document a complete Changelog (features,
250 3045e739 Constantinos Venetsanopoulos
fixes, improvements, issues, setting changes), but rather just copy from the
251 3045e739 Constantinos Venetsanopoulos
`NEWS` file with minor additions wherever needed.
252 3045e739 Constantinos Venetsanopoulos
253 3045e739 Constantinos Venetsanopoulos
Synnefo-wide
254 3045e739 Constantinos Venetsanopoulos
------------
255 3045e739 Constantinos Venetsanopoulos
256 3045e739 Constantinos Venetsanopoulos
* Support for pooling throughout Synnefo
257 3045e739 Constantinos Venetsanopoulos
258 3045e739 Constantinos Venetsanopoulos
  * Pooled Django DB connections, Pithos backend connections, HTTP
259 3045e739 Constantinos Venetsanopoulos
    connections using single `objpool` package
260 3045e739 Constantinos Venetsanopoulos
261 3045e739 Constantinos Venetsanopoulos
* Improved management commands
262 3045e739 Constantinos Venetsanopoulos
263 3045e739 Constantinos Venetsanopoulos
  * Unified codebase for output of tables in JSON, CSV
264 3045e739 Constantinos Venetsanopoulos
265 3045e739 Constantinos Venetsanopoulos
* Bring most of Synnefo code inside a single, unified repository
266 3045e739 Constantinos Venetsanopoulos
267 3045e739 Constantinos Venetsanopoulos
  * support automatic Python and Debian package builds for individual commits
268 3045e739 Constantinos Venetsanopoulos
  * with automatic version generation
269 3045e739 Constantinos Venetsanopoulos
270 3045e739 Constantinos Venetsanopoulos
* Overhauling of Synnefo settings: renames and refactoring, for increased
271 3045e739 Constantinos Venetsanopoulos
  uniformity (in progress)
272 3045e739 Constantinos Venetsanopoulos
* Deployment: Standardize on gunicorn, with gevent-based workers
273 3045e739 Constantinos Venetsanopoulos
  and use of Green threads throughout Synnefo
274 3045e739 Constantinos Venetsanopoulos
* Documentation: New scale-out guide, with distinct node roles,
275 3045e739 Constantinos Venetsanopoulos
  for mass Synnefo deployments
276 3045e739 Constantinos Venetsanopoulos
277 5ede2c79 Constantinos Venetsanopoulos
Astakos
278 5ede2c79 Constantinos Venetsanopoulos
-------
279 5ede2c79 Constantinos Venetsanopoulos
280 3045e739 Constantinos Venetsanopoulos
* Support multiple authentication methods
281 3045e739 Constantinos Venetsanopoulos
282 3045e739 Constantinos Venetsanopoulos
  * Classic (username/password), Shibboleth, LDAP/Active Directory,
283 3045e739 Constantinos Venetsanopoulos
    Google, Twitter, LinkedIn
284 3045e739 Constantinos Venetsanopoulos
  * Users can enable/disable auth methods, and switch between them
285 3045e739 Constantinos Venetsanopoulos
286 3045e739 Constantinos Venetsanopoulos
* Introduce a UUID as a global identifier for users, throughout Synnefo
287 3045e739 Constantinos Venetsanopoulos
288 3045e739 Constantinos Venetsanopoulos
  * The UUID remains constant as the user enables/disables login methods
289 3045e739 Constantinos Venetsanopoulos
290 3045e739 Constantinos Venetsanopoulos
* Allow users to modify their email address freely
291 3045e739 Constantinos Venetsanopoulos
* Per-user, per-resource accounting mechanism (quotaholder)
292 3045e739 Constantinos Venetsanopoulos
* Full quota support, with per-user, per-resource quotas, based on quotaholder
293 3045e739 Constantinos Venetsanopoulos
* Projects: Users can create and join Projects
294 3045e739 Constantinos Venetsanopoulos
295 3045e739 Constantinos Venetsanopoulos
  * Projects grant extra resources to their members
296 3045e739 Constantinos Venetsanopoulos
297 3045e739 Constantinos Venetsanopoulos
* UI Enhancements for quotas and projects
298 3045e739 Constantinos Venetsanopoulos
299 3045e739 Constantinos Venetsanopoulos
  * distinct Usage tab, showing usage of individual resources
300 3045e739 Constantinos Venetsanopoulos
  * Project management UI
301 3045e739 Constantinos Venetsanopoulos
  * New Overview page
302 5ede2c79 Constantinos Venetsanopoulos
303 bb92f5b4 Kostas Papadimitriou
* refactored/improved /login endpoint used by desktop/mobile clients.
304 bb92f5b4 Kostas Papadimitriou
  * endpoint url is now exposed by `weblogin` service
305 bb92f5b4 Kostas Papadimitriou
  * clients should use unauthenticated identity/tokens api to resolve the 
306 bb92f5b4 Kostas Papadimitriou
    endpoint url
307 bb92f5b4 Kostas Papadimitriou
  * view only allows redirects to `pithos://` scheme urls
308 bb92f5b4 Kostas Papadimitriou
  * removed uuid from redirect parameters. Client should use authenticated 
309 bb92f5b4 Kostas Papadimitriou
    request to identity/tokens to retrieve user uuid.
310 bb92f5b4 Kostas Papadimitriou
311 bb92f5b4 Kostas Papadimitriou
312 5ede2c79 Constantinos Venetsanopoulos
Cyclades
313 5ede2c79 Constantinos Venetsanopoulos
--------
314 5ede2c79 Constantinos Venetsanopoulos
315 3045e739 Constantinos Venetsanopoulos
* Commission resources on quotaholder/Astakos
316 3045e739 Constantinos Venetsanopoulos
* Support mass creation of flavors
317 3045e739 Constantinos Venetsanopoulos
* Support for the ExtStorage disk template in Ganeti
318 3045e739 Constantinos Venetsanopoulos
* Query and report quotas in the UI
319 3045e739 Constantinos Venetsanopoulos
* Pass VM configuration parameters over a VM-side API (`vmapi`)
320 3045e739 Constantinos Venetsanopoulos
321 3045e739 Constantinos Venetsanopoulos
  * Do not pass sensitive data as Ganeti OS parameters
322 3045e739 Constantinos Venetsanopoulos
  * Keep sensitive data in memory caches (memcached) and
323 3045e739 Constantinos Venetsanopoulos
    never allow them to hit the disk
324 3045e739 Constantinos Venetsanopoulos
325 3045e739 Constantinos Venetsanopoulos
* Display additional backend information in helpdesk machines list
326 3045e739 Constantinos Venetsanopoulos
* Allow helpdesk users to search for an account using a known machine id
327 3045e739 Constantinos Venetsanopoulos
* Helpdesk actions are now logged using the synnefo's common login
328 3045e739 Constantinos Venetsanopoulos
  infrastructure
329 5ede2c79 Constantinos Venetsanopoulos
330 7c37169f Kostas Papadimitriou
UI
331 7c37169f Kostas Papadimitriou
^^
332 7c37169f Kostas Papadimitriou
* Removed feedback endpoint. Feedback requests delegate to astakos feedback
333 7c37169f Kostas Papadimitriou
  service. ``FEEDBACK_CONTACTS``, ``FEEDBACK_EMAIL_FROM`` settings removed, 
334 7c37169f Kostas Papadimitriou
  and no longer used.
335 7c37169f Kostas Papadimitriou
* ``UI_LOGIN_URL``, ``UI_GLANCE_URL``, ``COMPUTE_URL`` settings no longer 
336 7c37169f Kostas Papadimitriou
  required to be set and are dynamically computed based on ``ASTAKOS_BASE_URL``
337 7c37169f Kostas Papadimitriou
  and ``CYCLADES_BASE_URL`` settings.
338 bb92f5b4 Kostas Papadimitriou
* File group is no longer included in ssh keys personality metadata sent in 
339 bb92f5b4 Kostas Papadimitriou
  create vm calls.
340 7c37169f Kostas Papadimitriou
  
341 7c37169f Kostas Papadimitriou
342 5ede2c79 Constantinos Venetsanopoulos
Pithos
343 5ede2c79 Constantinos Venetsanopoulos
------
344 5ede2c79 Constantinos Venetsanopoulos
345 3045e739 Constantinos Venetsanopoulos
* Support storage of blocks on a RADOS backend, for Archipelago
346 072047b1 Sofia Papagiannaki
347 072047b1 Sofia Papagiannaki
  * new settings:
348 072047b1 Sofia Papagiannaki
    PITHOS_RADOS_STORAGE, PITHOS_RADOS_POOL_BLOCKS, PITHOS_RADOS_POOL_MAPS
349 072047b1 Sofia Papagiannaki
350 bb92f5b4 Kostas Papadimitriou
* X-Object-Public now contains full url (domain + proper component prefix + 
351 bb92f5b4 Kostas Papadimitriou
  file path)
352 bb92f5b4 Kostas Papadimitriou
353 3045e739 Constantinos Venetsanopoulos
* Rewritten support for public URLs, with admin-selectable length
354 5ede2c79 Constantinos Venetsanopoulos
355 072047b1 Sofia Papagiannaki
  * new settings:
356 072047b1 Sofia Papagiannaki
    PITHOS_PUBLIC_URL_SECURITY, PITHOS_PUBLIC_URL_ALPHABET
357 072047b1 Sofia Papagiannaki
358 072047b1 Sofia Papagiannaki
* Enable pithos backend to use external quotaholder component
359 072047b1 Sofia Papagiannaki
360 072047b1 Sofia Papagiannaki
  * new settings:
361 072047b1 Sofia Papagiannaki
    PITHOS_USE_QUOTAHOLDER, PITHOS_QUOTAHOLDER_URL, PITHOS_QUOTAHOLDER_TOKEN,
362 072047b1 Sofia Papagiannaki
    PITHOS_QUOTAHOLDER_POOLSIZE
363 072047b1 Sofia Papagiannaki
364 072047b1 Sofia Papagiannaki
* Moderated version debiting mechanism
365 072047b1 Sofia Papagiannaki
366 072047b1 Sofia Papagiannaki
  * new setting:
367 072047b1 Sofia Papagiannaki
    PITHOS_BACKEND_FREE_VERSIONING
368 072047b1 Sofia Papagiannaki
369 072047b1 Sofia Papagiannaki
* Proxy Astakos user-visible services
370 072047b1 Sofia Papagiannaki
371 072047b1 Sofia Papagiannaki
  * new settings:
372 072047b1 Sofia Papagiannaki
    PITHOS_PROXY_USER_SERVICES, PITHOS_USER_CATALOG_URL,
373 072047b1 Sofia Papagiannaki
    PITHOS_USER_FEEDBACK_URL, PITHOS_USER_LOGIN_URL
374 072047b1 Sofia Papagiannaki
375 3045e739 Constantinos Venetsanopoulos
Tools
376 5ede2c79 Constantinos Venetsanopoulos
-----
377 5ede2c79 Constantinos Venetsanopoulos
378 3045e739 Constantinos Venetsanopoulos
* Extend snf-burnin to include testing of Pithos functionality