Statistics
| Branch: | Tag: | Revision:

root / docs @ d0986bac

# Date Author Comment
d0986bac 04/30/2013 05:05 pm Christos Stavrakakis

Cyclades: remove all quotaholder settings

Remove from cyclades all settings that were relative with Quotaholder.
Remove CYCLADES_USE_QUOTAHOLDER settings, since Cyclades can not work
any more without quotas.
Remove CYCLADES_QUOTAHOLDER_URL and CYCLADES_QUOTAHOLDER_TOKEN since...

6e27e449 04/30/2013 05:03 pm Christos Stavrakakis

cyclades: remove redundant settings

Remove 'CYCLADES_USER_CATALOG_URL' and 'CYCLADES_USER_FEEDBACK_URL'
settings, since both of them can be derived from 'ASTAKOS_URL' setting.

a5fbc00d 04/30/2013 05:03 pm Christos Stavrakakis

pithos: remove redundant settings

Remove 'PITHOS_USER_CATALOG_URL' and 'PITHOS_USER_FEEDBACK_URL' and
'PITHOS_USER_LOGIN_URL' settings, since all of them can be derived from
'ASTAKOS_URL' setting.

21a9ae81 04/30/2013 05:00 pm Christos Stavrakakis

Merge branch 'develop' into feature-quotas

1f5565c3 04/30/2013 02:12 pm Giorgos Korfiatis

astakos: Migrate user settings for pendings_app limit

Provide console script astakos-migrate-0.14.
Also update related upgrade notes.

2cb83537 04/30/2013 12:14 pm Giorgos Korfiatis

Update quota API docs

857383e3 04/29/2013 01:55 pm Giorgos Korfiatis

Upgrade notes for quota-related stuff

d5426b9b 04/28/2013 12:30 am Stratos Psomadakis

Suggest running vncauthproxy as nobody:www-data

Running vncauthproxy as nobody:www-data makes more sense. We have better
privilege separation between apache2/gunicorn and vncauthproxy, while
gunicorn can still to connect to the vncauthproxy's control socket....

3a1bed03 04/25/2013 05:49 pm Giorgos Korfiatis

astakos: Set and return commission names in API calls

Support issue_commission's `name' parameter for an optional description
of the commission. Include this field in the dict returned by
get_commission.

Change astakosclient accordingly.

65fb5cf6 04/25/2013 04:22 pm Giorgos Korfiatis

Merge branch 'develop' into feature-quotas

Conflicts:
astakosclient/astakosclient/__init__.py
astakosclient/astakosclient/errors.py
astakosclient/astakosclient/tests.py
docs/index.rst

58161871 04/23/2013 03:43 pm Constantinos Venetsanopoulos

Merge branch 'feature-admin-guide-update' into develop

34e79416 04/23/2013 03:40 pm Constantinos Venetsanopoulos

Make docs.dev.grnet.gr URL oblsolete

Everything should point to http://www.synnefo.org/*
This patch updates the URL everywhere in the repo.

c0d88cf3 04/23/2013 03:01 pm Constantinos Venetsanopoulos

Fix wrapping in admin and quick install guide

9770ba6c 04/23/2013 02:50 pm Giorgos Korfiatis

Handle max pending applications as a quotable resource

Assume a resource `astakos.pending_app' related to service `astakos'.
On submitting an application, issue a commission that will update the
related counter if possible, and accept the commission on success....

ebf463a5 04/23/2013 01:20 pm Stavros Sachtouris

Update quick admin guide with kamaki changes

dd04efac 04/22/2013 07:07 pm Stavros Sachtouris

Update kamaki instructions in admin guide docs

e311d555 04/19/2013 06:32 pm Giorgos Korfiatis

quotaholder: Improve data of NoCapacityError

Replace `available' by two fields: `limit' and `usage'.

480974e6 04/19/2013 06:32 pm Giorgos Korfiatis

astakos: Change response for API call `quotas'

The following indicators are returned for each holding:
"limit": the quota limit (as before)
"usage": the current usage (pessimistically, includes any pending
allocations)
"pending": the difference of max and min allocation, indicates...

5afce44d 04/19/2013 01:28 pm Giorgos Korfiatis

astakos: Add user parameter in service_quotas API call

Using this parameter, the service can query the quotas of a specific
user.

bb005bc2 04/18/2013 12:20 pm Giorgos Korfiatis

New call astakos/api/service_quotas

Returns quotas for all resources associated with the service that makes
the call.

19ddd41b 04/17/2013 06:17 pm Sofia Papagiannaki

Change pithos default container policy quota to unlimited

Refs: #3543

  • Substitute the PITHOS_BACKEND_QUOTA setting with two
    distinct settings: PITHOS_BACKEND_ACCOUNT_QUOTA &
    PITHOS_BACKEND_CONTAINER_QUOTA
  • Set PITHOS_BACKEND_CONTAINER_QUOTA default value...
4ab620b6 04/15/2013 04:11 pm Christos Stavrakakis

Improve settings related to ASTAKOS url

Rename 'PITHOS_AUTHENTICATION_URL' setting to 'ASTAKOS_URL'. Also remove
'PITHOS_AUTHENTICATION_USERS' from docs (it was removed from code in
commit 8df4fae).

Modify 'ASTAKOS_URL' to point to the node hosting the Astakos service...

fa7a3ca1 04/15/2013 01:40 pm Ilias Tsitsimpis

astakosclient: Documentation changes

  • Document 3 new AstakosClient Exceptions
  • Change package name from snf-astakos-client to astakosclient
d33aa38d 04/12/2013 02:07 am Stratos Psomadakis

Update docs to point to the apt2 repo

befa5997 04/11/2013 02:07 pm Giorgos Korfiatis

Merge branch 'develop' into feature-quotas

Conflicts:
snf-astakos-app/astakos/im/api/service.py
snf-quotaholder-app/quotaholder_django/quotaholder_app/callpoint.py

f0001470 04/11/2013 11:34 am Christos Stavrakakis

Merge branch 'feature-snf-django' into develop

Conflicts:
docs/older/Changelog.pithos-app
snf-astakos-app/astakos/im/api/__init__.py
snf-pithos-app/pithos/api/util.py

e7f22a2a 04/10/2013 07:05 pm Christos Stavrakakis

Merge branch 'release-0.13' into develop

Conflicts:
snf-astakos-app/astakos/im/messages.py

3045e739 04/09/2013 06:43 pm Constantinos Venetsanopoulos

Update Changelog file for 0.13

a33ee5d2 04/09/2013 02:46 pm Sofia Papagiannaki

Update installation guide

Refs: #3519

Stamp Database Revision section

591e1df0 04/09/2013 10:54 am Sofia Papagiannaki

Deactivate pithos md5 update by default

Refs: #3554

5ede2c79 04/08/2013 08:11 pm Constantinos Venetsanopoulos

Make all Changelog files prior to 0.13 obsolete

Since v0.13, all Synnefo components will have the same version and the
same Changelog, NEWS, Upgrade, Copyright file. This patch addresses
old Changelog, NEWS and Upgrade files:

  • Move all separate Changelog files under docs/older/...
827de879 04/08/2013 06:37 pm Giorgos Korfiatis

Project admins and max pending projects in docs

a4398c8c 04/08/2013 02:14 pm Giorgos Korfiatis

Remove client_key parameter from quotas API

It is not necessary, since the service token in used for authorization.
The api_method decorator is modified so that it passes to the method
the service data through the request object.

b32b5995 04/08/2013 01:45 pm Giorgos Korfiatis

Docs for resource and quota API

bbcd3dd1 04/05/2013 07:14 pm Constantinos Venetsanopoulos

Prepare skeleton for unified Changelog and NEWS

Since v0.13 all Synnefo components have been moved into a single
repository and will have the uniform versions. Thus we will have
a single Changelog and NEWS file with subsections for each major
component.

a1999b2e 04/05/2013 06:34 pm Giorgos Korfiatis

Merge branch 'release-0.13' into develop

c17bd3a7 04/05/2013 05:32 pm Sofia Papagiannaki

Update pithos installation guide

Refs: #3519

Add a stamp database revision section in the guide.

bc7e4f5f 04/03/2013 06:05 pm Stratos Psomadakis

Fix rst syntax error in docs

8b5be818 04/03/2013 04:24 pm Constantinos Venetsanopoulos

Remove the Integrator's Guide from the doc index

The Integrator's Guide is outdated, keep it as a file,
but remove it from the documentation's index page.

2988ae31 04/03/2013 04:17 pm Georgios D. Tsoukalas

set quotas, enable projects in docs/admin guide

45aa2f06 04/02/2013 01:45 pm Constantinos Venetsanopoulos

Fix minor bug in admin-guide doc

f770d29f 04/02/2013 12:56 pm Kostas Papadimitriou

Merge branch 'release-0.13' into develop

Conflicts:
snf-astakos-app/astakos/im/messages.py
snf-astakos-app/astakos/im/views.py
version

354b9b6f 04/01/2013 07:02 pm Kostas Papadimitriou

Merge branch 'feature-astakos-authpolicies' into develop

Conflicts:
snf-cyclades-app/synnefo/api/management/commands/flavor-create.py
version

e5af44e5 03/29/2013 01:45 pm Ilias Tsitsimpis

Merge branch 'feature-astakosclient-docs' into develop

Refs #3439

1cd3daa1 03/29/2013 01:36 pm Constantinos Venetsanopoulos

`upgrade' dir under docs and update of admin-guide

6fe32fb6 03/28/2013 10:57 pm Sofia Papagiannaki

Change pithos api public object handling

Expose public URL information only to the object owners.

dbe23431 03/27/2013 11:14 am Ilias Tsitsimpis

snf-astakos-client: Intersphinx mapping

980190ae 03/21/2013 04:44 pm Constantinos Venetsanopoulos

snf-burnin docs: Minor verbal fixes

d587329c 03/20/2013 06:09 pm Konstantinos Tompoulidis

Update the quick install admin guide for 0.13

  • Document the Quotas feature
  • Minor fixes and updates
  • pep8 fixes
4f7d5233 03/19/2013 04:29 pm Ilias Tsitsimpis

Write snf-burnin docs inside synnefo docs

576e059b 03/08/2013 07:00 pm Constantinos Venetsanopoulos

Update the Quick Install Admin Guide

Update the following sections in the guide:

  • Ganeti: Don't build package; use GRNET's until 2.7 is out
  • gevent: Make it a prerequisite on both nodes
22a8a5e1 03/07/2013 04:40 pm Dimitris Aragiorgis

snf-deploy doc update

Change the commands. The latest version is:

snf-deploy vcluster image network dhcp create

snf-deploy prepare ns hosts check apt nfs

snf-deploy synnefo

snf-deploy backend create network storage

Signed-off-by: Dimitris Aragiorgis <>

9bd540f5 03/06/2013 08:04 pm Dimitris Aragiorgis

Some renaming in snf-deploy commands

Signed-off-by: Dimitris Aragiorgis <>

0c29b5ba 03/06/2013 08:04 pm Dimitris Aragiorgis

Add apt command in snf-deploy

Signed-off-by: Dimitris Aragiorgis <>

bb535968 03/06/2013 11:47 am Constantinos Venetsanopoulos

Major update of the snf-deploy.rst

f6d5af41 03/01/2013 08:10 pm Constantinos Venetsanopoulos

Fix a small typo in snf-deploy.rst

21d3d487 03/01/2013 07:56 pm Constantinos Venetsanopoulos

Update the intro section of the snf-deploy doc

7a882417 02/28/2013 07:01 pm Georgios D. Tsoukalas

add QUOTAHOLDER_URL to config and upgrade guide

c2d0e69e 02/28/2013 03:20 pm Stratos Psomadakis

Update Copyright for synnefo docs

7fa06e70 02/27/2013 03:45 pm Georgios D. Tsoukalas

upgrade-0.13: add CYCLADES_PROXY_USER_SERVICES

693bebea 02/26/2013 02:11 pm Stratos Psomadakis

Make docs (devflow) version-'aware'

20c0dfdc 02/25/2013 02:11 pm Dimitris Aragiorgis

Make snf-deploy appear only as tool (not a guide)

Signed-off-by: Dimitris Aragiorgis <>

92e4d1c6 02/25/2013 02:01 pm Dimitris Aragiorgis

Network and ganeti related fixes in quick-admin

Signed-off-by: Dimitris Aragiorgis <>

84809111 02/25/2013 02:01 pm Dimitris Aragiorgis

Update scale up docs i-*

Signed-off-by: Dimitris Aragiorgis <>

77180645 02/25/2013 02:00 pm Dimitris Aragiorgis

Add snf-deploy tool doc

Signed-off-by: Dimitris Aragiorgis <>

9521d937 02/22/2013 04:38 pm Georgios D. Tsoukalas

Rename synnefo.local -> example.synnefo.org

As determined by a spontaneous committee, based on

- .local is used

- 'example' strongly hints to configuration action

- synnefo.org is under control.

eeb3f40b 02/22/2013 03:24 pm Georgios D. Tsoukalas

upgrade-0.13: fixes after deploying to staing

6c931e8b 02/19/2013 12:04 pm Georgios D. Tsoukalas

upgrade-0.13: cleanup astakos and pithos settings

3910c691 02/18/2013 07:00 pm Constantinos Venetsanopoulos

Upgrade guide 0.13 fixes

  • Document Ganeti node new packages
  • Fix VMAPI URL
5c088197 02/18/2013 05:36 pm Constantinos Venetsanopoulos

Minor fixes and updates in 0.13 upgrade guide

eb56e157 02/18/2013 02:52 pm Sofia Papagiannaki

Update docs

Include bulk COPY/MOVE/DELETE object actions in differences with OOS API

2291ead5 02/18/2013 11:42 am Christos Stavrakakis

Revert vmapi upgrade notes

18e300b2 02/15/2013 03:02 pm Christos Stavrakakis

Fixes to docs/quick-install-admin-quide

cd837dad 02/15/2013 01:35 pm Constantinos Venetsanopoulos

Update quick admin guide's snf-image section

Update the guide to reflect changes of snf-image >= 0.7 .
It is no longer needed to take care of snf-image-helper manually.
snf-image >= 0.7 handles everything automatically.

f4c10ea9 02/14/2013 05:24 pm Kostas Papadimitriou

upgrade-0.13 fixes

998f872c 02/14/2013 05:21 pm Christos Stavrakakis

Remove 'snf-admin' and 'snf-cloud' tools

e38ad44f 02/14/2013 05:11 pm Georgios D. Tsoukalas

upgrade-0.13: incorporate recommendations from kpap

1ed4428d 02/14/2013 04:55 pm Sofia Papagiannaki

Update upgrade guide

e6df0da5 02/14/2013 04:28 pm Kostas Papadimitriou

Update upgrade-0.13 documentation

e4404297 02/14/2013 04:28 pm Christos Stavrakakis

Various fixes to docs

61db6580 02/14/2013 04:27 pm Georgios D. Tsoukalas

upgrade-0.13: add UI_USER_CATALOG_URL setting

3f21566c 02/14/2013 04:27 pm Kostas Papadimitriou

Minor upgrade to 0.13 documentation fix

76f70858 02/14/2013 04:27 pm Christos Stavrakakis

Fix upgrade notes for vmapi

ff827ed3 02/14/2013 04:27 pm Sofia Papagiannaki

Update piths docs

7e38e668 02/14/2013 04:27 pm Georgios D. Tsoukalas

upgrade-0.13 synnefo guide

Initialized from the internal wiki notes.

457fe4fc 02/14/2013 04:27 pm Georgios D. Tsoukalas

update upgrade-0.13, move it into admin guide

dc068945 02/14/2013 04:26 pm Sofia Papagiannaki

Update pithos docs

301294a9 02/12/2013 06:21 pm Constantinos Venetsanopoulos

Major documentation fixes/updates for 0.13

  • Various semantic fixes on different guides
  • Various shpinx related fixes
  • New pictures for the overall Synnefo architecture
  • Update the scaling-up section of the admin guide
4bb29566 02/12/2013 02:48 pm Filippos Giannakos

Update archipelago-architecture image.

5226b38f 02/11/2013 04:59 pm Filippos Giannakos

Update archipelago admin-guide

dfa2d4ba 01/30/2013 04:25 pm Sofia Papagiannaki

Catch quota errors in pithos server

902d661c 01/30/2013 11:28 am Filippos Giannakos

add archipelago documentation in admin-guide

e3f3abdc 01/30/2013 11:28 am Filippos Giannakos

add archipelago-architecture image

6c900328 01/30/2013 11:28 am Filippos Giannakos

Add more vlmc tool commands

19246578 01/28/2013 02:24 pm Sofia Papagiannaki

Restrict user_catalogs response (user API)

If the request uuids or displaynames is null do not return information for all users
(as it happens in the service call).

5d2e61ec 01/24/2013 06:21 pm Sofia Papagiannaki

Update pithos & astakos api docs

02d94254 01/24/2013 02:47 pm Sofia Papagiannaki

Update docs and settings

890c2065 01/23/2013 06:51 pm Sofia Papagiannaki

Change feedback & user_catalogs astakos && pithos api calls

  • Substitute ``username`` with ``displayname``
35bf6640 01/17/2013 04:19 pm Dimitris Aragiorgis

Design overview fixes/updates

Signed-off-by: Dimitris Aragiorgis <>

25d7843d 01/17/2013 02:50 pm Dimitris Aragiorgis

Remove security_model from i-cyclades.rst

Signed-off-by: Dimitris Aragiorgis <>