Statistics
| Branch: | Tag: | Revision:

root / Changelog @ e0d9f0cb

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