Statistics
| Branch: | Tag: | Revision:

root / docs / admin-guide.rst @ f936cac5

History | View | Annotate | Download (85.2 kB)

# Date Author Comment
f936cac5 12/02/2013 05:33 pm Constantinos Venetsanopoulos

docs: Minor wording fixes in index page

Also, move the complete component list from the index
to the Admin Guide.

62c0a9e1 12/02/2013 04:03 pm Stratos Psomadakis

Add docs for deploying snf-stats-app

06f25e46 12/02/2013 01:41 pm Christos Stavrakakis

docs: No hotplug for CPU and RAM

Remove incorrectly statement about hotplug-able CPU and RAM.

6d8a47d0 12/01/2013 06:55 pm Christos Stavrakakis

docs: Update Cyclades documentation

2467655e 11/29/2013 03:21 pm Christos Stavrakakis

docs: Add section about 'helpdesk' app

edd28bbf 11/28/2013 12:23 pm Christos Stavrakakis

docs: Update admin section about Cyclades backends

5135245b 11/27/2013 06:19 pm Christos Stavrakakis

cyclades: Remove references to snf-ganeti-hook

6d86f5b3 11/27/2013 06:19 pm Christos Stavrakakis

docs: Fix typos

9a1b6564 11/27/2013 06:19 pm Christos Stavrakakis

docs: Update section about IP pool reconciliation

Reconciliation of IP pools has been moved from 'reconcile-networks' to
'reconcile-pools' command.

ee995ae2 11/26/2013 01:11 pm Christos Stavrakakis

Merge branch 'master' into develop

Conflicts:
ci/schemas/one_node_wheezy/wheezy.conf
docs/admin-guide.rst
snf-cyclades-app/synnefo/api/actions.py
snf-cyclades-app/synnefo/api/servers.py
snf-cyclades-app/synnefo/logic/backend.py
snf-cyclades-app/synnefo/logic/callbacks.py...

9a80de55 11/26/2013 11:44 am Christos Stavrakakis

docs: Add ref to Changelog and NEWS for 0.14.10

5a0f9d6c 11/22/2013 04:44 pm Giorgos Korfiatis

astakos: Enhance quota listing

Enable filtering quota by resource, over limit status, usage and
limit values.

45112d5a 11/22/2013 04:44 pm Giorgos Korfiatis

astakos: Modify base quota in bulk

Add option `--all' in command user-modify to support setting base quota
for all users. Exceptions can be specified with `--exclude'.

Also select user for update in user-modify.

d14155e3 11/22/2013 04:44 pm Giorgos Korfiatis

cyclades: Enforce quota

Introduce command enforce-resources-cyclades, which checks for quota
violations and applies actions to enforce the limits. By default, it
operates only on these resources: cpu, ram, floating_ip.

d61d6007 11/22/2013 04:44 pm Giorgos Korfiatis

astakos: Rename --limit to --default-quota

Use a more descriptive name for this resource-modify option. Also change
resource-list column `limit' to `default_quota'.

f72ba65d 11/22/2013 04:44 pm Giorgos Korfiatis

astakos: Preserve existing quota on default change

View the resource defaults as a skeleton to be consulted when accepting
a new user. All users keep their quota in AstakosUserQuota.

Operate resource-modify in bulk, in order to avoiding updating the
quotaholder separately for each resource.

a69ad12b 11/22/2013 04:44 pm Giorgos Korfiatis

astakos: Split quota commands

Introduce quota-list and quota-verify.

90e7da53 11/22/2013 04:44 pm Giorgos Korfiatis

Remove resource import/export commands

They have been subsumed by the respective service import/export commands.

44cc2a6a 11/20/2013 06:27 pm Constantinos Venetsanopoulos

docs: Remove Archipelago section from Admin guide

Archipelago has its own, new, separate documentation:
http://www.synnefo.org/docs/archipelago/latest/
which is independent from Synnefo. Thus, remove the old
Archipelago section from the Admin guide.

0ab857d0 11/20/2013 02:35 pm Constantinos Venetsanopoulos

docs: Add upgrade notes for v0.14.10

a1dae38d 11/12/2013 01:34 pm Christos Stavrakakis

Merge branch 'feature-cyclades-networks' into develop

Conflicts:
snf-cyclades-app/synnefo/api/management/commands/server-inspect.py
snf-cyclades-app/synnefo/app_settings/urls.py
snf-cyclades-app/synnefo/logic/backend.py
snf-cyclades-app/synnefo/logic/backend_allocator.py...

80a548e3 11/11/2013 12:59 pm Christos Stavrakakis

Merge branch 'master' into develop

Conflicts:
Changelog
astakosclient/astakosclient/keypath.py
ci/utils.py
docs/admin-guide.rst
snf-astakos-app/astakos/im/cookie.py
snf-astakos-app/astakos/im/functions.py
snf-astakos-app/astakos/im/quotas.py
snf-astakos-app/astakos/im/views/projects.py...

033321fb 11/11/2013 11:45 am Christos Stavrakakis

Prepare release for version 0.14.9

Update Changelog, NEWS and docs.

d3840a05 11/07/2013 05:09 pm Constantinos Venetsanopoulos

docs: document the example Gunicorn conf file

Update the Admin Guide for two nodes to reflect that since v0.14.8
Synnefo ships an example configuration file for Gunicorn automatically
installed at '/etc/gunicorn.d/synnefo.example'.

Also, update the upgrade guide and changelog accordingly.

833880fd 11/05/2013 06:11 pm Christos Stavrakakis

Update Changelog and NEWS for version 0.14.8

f61f3fa7 11/04/2013 04:07 pm Christos Stavrakakis

docs: Update admin guide and rename mngmt command

aab200c6 11/04/2013 11:46 am Dionysis Grigoropoulos

docs: Update admin-guide to reflect subnet changes

  • Add a short description of new snf-manage commands
  • Beautify output of snf-manage subnet-inspect
4573511a 10/08/2013 03:34 pm Christos Stavrakakis

cyclades: Update admin-guide about managing pools

e30c60eb 10/03/2013 04:31 pm Stratos Psomadakis

docs: Fix reconcile-servers typo in admin guide

09d07554 10/01/2013 05:45 pm Christos Stavrakakis

docs: Add docs about disk_templates attribute

6ef1e2eb 10/01/2013 02:56 pm Giorgos Korfiatis

astakos: Show component details

Introduce management command `component-show', which lists component
attributes, including a list with the related registered services.

774f683b 10/01/2013 02:56 pm Giorgos Korfiatis

docs: Upgrade sketch for 0.15

952f19b8 09/18/2013 06:04 pm Christos Stavrakakis

Merge branch 'master' into develop

Conflicts:
Changelog
version

0d14df99 09/18/2013 05:53 pm Christos Stavrakakis

Update NEWS and Changelog

ed2064f8 09/18/2013 05:17 pm Christos Stavrakakis

Merge branch 'hotfix-0.14.6' into develop

Conflicts:
Changelog
docs/admin-guide.rst
snf-cyclades-app/synnefo/api/management/commands/network-remove.py
snf-cyclades-app/synnefo/api/servers.py
snf-cyclades-app/synnefo/api/tests/servers.py
snf-cyclades-app/synnefo/logic/backend.py...

7a59cb8f 09/18/2013 04:31 pm Christos Stavrakakis

Update NEWS and Changelog

97a096f1 09/16/2013 05:51 pm Olga Brani

branding: update admin-guide docs

14267d89 09/10/2013 02:27 pm Constantinos Venetsanopoulos

docs: Add new figure: Synnefo overall stack

Update the index page to refer to the new figure.
Keep the detailed view figure only on the Admin Guide.

ed13f73b 09/05/2013 06:54 pm Sofia Papagiannaki

docs: update Upgrade Notes & Changelog

3a0ce98e 08/22/2013 05:22 pm Constantinos Venetsanopoulos

docs: Update index page & Astakos related docs

  • Update index page
  • Rewrite the Astakos description in astakos.rst
  • Move useful info from astakos.rst to the Admin Guide
  • Remove obsolete info from astakos.rst
  • Refactor the Admin Guide's Astakos section
305dbce0 08/22/2013 05:22 pm Constantinos Venetsanopoulos

docs: Update pithos.rst

426d4ae3 08/22/2013 05:22 pm Constantinos Venetsanopoulos

docs: Update cyclades.rst and admin guide

d6a19bac 08/07/2013 12:56 pm Christos Stavrakakis

docs: Fix typo in admin guide

79452442 08/07/2013 12:55 pm Christos Stavrakakis

docs: Fix typo in admin guide

30fe9049 08/07/2013 11:22 am Christos Stavrakakis

Changelog, NEWS and release dates for 0.14.5

38be3b6e 07/29/2013 12:27 pm Christos Stavrakakis

Relase dates for version 0.14.4

cda13b21 07/25/2013 12:25 pm Christos Stavrakakis

Release dates for version 0.14.3

15151f83 07/12/2013 01:13 pm Christos Stavrakakis

Add upgrade notes and update admin guide

a0f672f1 07/03/2013 03:35 pm Stratos Psomadakis

Add admin-guide link to 0.14 Changelog / NEWS

e0975bbf 06/13/2013 07:26 pm Sofia Papagiannaki

docs: update admin guide

Add guidelines for twitter & google authentication

09974606 06/13/2013 12:05 pm Georgios D. Tsoukalas

docs: link upgrade-0.14 to admin guide

b4109758 06/10/2013 06:11 pm Giorgos Korfiatis

astakos: Rename helper script for uniformity

Rename snf-register-components to snf-component-register.

11716a83 06/10/2013 12:59 pm Giorgos Korfiatis

docs: Mention astakos registration scripts

snf-register-components and snf-service-export

bf57a264 06/06/2013 03:34 pm Christos Stavrakakis

docs: Add Cyclades commands to admin-quide

11b7870d 06/05/2013 05:38 pm Georgios D. Tsoukalas

Merge branch 'feature-reconfigure-urls' into develop

Conflicts:
docs/pithos-api-guide.rst

ff6ba888 06/03/2013 07:37 pm Constantinos Venetsanopoulos

Remove all references to the old Quick Admin Guide

fb814235 06/03/2013 01:45 pm Kostas Papadimitriou

astakos: Update references to astakos urls

/im/ renamed to /ui/.
Updated all references in default settings, documentation and constants.

252eef38 06/03/2013 12:00 pm Giorgos Korfiatis

astakos: Add commands to handle components

bd1f667b 06/03/2013 12:00 pm Giorgos Korfiatis

astakos: Import new-style services and resources

e5d8df8c 05/29/2013 04:59 pm Constantinos Venetsanopoulos

docs: replace "Pithos+" with "Pithos"

73ebcd68 05/28/2013 07:16 pm Constantinos Venetsanopoulos

Make the "Plankton" name obsolete

Since the Image Service is not going to be decoupled from Cyclades
we will stop calling it with a different name because it is
frustrating for people who are trying to understand the Synnefo
architecture and the interaction between different services....

77186edf 05/28/2013 06:35 pm Kostas Papadimitriou

docs: Updated admin-guide

in astakos and branding sections

a4451f59 05/28/2013 06:22 pm Giorgos Korfiatis

quotaholder: Add management commands for commissions

Add commands `commission-list' and `commission-show' to display
pending commissions. The former supports option `--overdue' to
restrict the age of pending commissions.

Refs #3557

a39b3e16 05/28/2013 06:21 pm Giorgos Korfiatis

astakos: Remove invitation management commands

Also add a notice in docs that inviting is currently disabled.

3506f6a0 05/28/2013 03:57 pm Sofia Papagiannaki

docs: Update list of pithos commands

Also list in a separate section the pithos-manage-accounts commands

5e1ea6f7 05/28/2013 02:20 pm Giorgos Korfiatis

docs: Update list of astakos commands

Also fix some help messages.

9577d199 05/28/2013 01:50 pm Kostas Papadimitriou

astakos: Rename group/authpolicy commands

- removed `user-` prefix for shorter command names
- condensed auth-policy to authpolicy

e81ad3e5 05/28/2013 12:40 pm Constantinos Venetsanopoulos

docs: Admin guide will include all snf-manage cmds

The Administrator's guide should include an up-to-date list of all
'snf-manage' management commands for all services.

Create the corresponding section in the Admin guide and move the
latest Astakos commands there from the old Astakos README file....

08ad5b01 05/24/2013 05:49 pm Constantinos Venetsanopoulos

Fixes wrt Admin Guide's branding section

42e767d4 05/23/2013 05:32 pm Olga Brani

branding: Admin-guide docs corrections

017b7d20 05/21/2013 05:36 pm Olga Brani

branding: Documentation improvements

The synnefo developer is urged to create a directory, place inside all the
the email .txt files he/she wishes to overwrite (respecting the indicated
structure) and provide the directory path to theTEMPLATE_DIRS setting.

5aa83766 05/16/2013 06:57 pm Kostas Papadimitriou

Merge branch 'feature-branding' into develop

Conflicts:
snf-astakos-app/astakos/im/templates/im/account_pending_moderation_notification.txt
snf-astakos-app/astakos/im/templates/im/group_creation_notification.txt
snf-astakos-app/astakos/im/views.py

263cb456 05/16/2013 03:47 pm Olga Brani

Synnefo branding: Documentation correction & minor fixes

9c2edbf1 05/15/2013 06:12 pm Olga Brani

Snf-branding documentation

075b91de 05/14/2013 06:53 pm Giorgos Korfiatis

astakos: Rename astakos-quota command to quota

Also replace `quotas' with `quota' in strings and command line options.

764d99c4 05/14/2013 10:41 am Giorgos Korfiatis

astakos: Remove command user-set-initial-quota

To change base quota for a specified user:
snf-manage user-modify user --set-base-quota resource limit

To import base quota in batch from a file:
snf-manage astakos-quota --import-base-quota filename

Rename `initial' to `base quota' in command output....

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

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....

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

Update kamaki instructions in admin guide docs

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

Update Changelog file for 0.13

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

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.

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

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

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

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

Update the intro section of the snf-deploy doc

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

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

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

Various fixes to docs

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

update upgrade-0.13, move it into admin guide

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

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

c84d78c8 12/06/2012 02:27 pm Christos Stavrakakis

Update admin-quide with links to quick-admin

a1c707c9 12/06/2012 02:27 pm Constantinos Venetsanopoulos

Fixes regarding the Admin Guide

46ccbcb9 12/06/2012 02:27 pm Christos Stavrakakis

More fixes to Admin Guide