Statistics
| Branch: | Tag: | Revision:

root / snf-ganeti-tools @ 9940eacf

# Date Author Comment
9940eacf 01/27/2012 11:16 am Kostas Papadimitriou

Initial split of documentation

- Moved synnefo documentation in docs dir
- Added documentation files for each synnefo package seperately
- Moved dispatcher, admin logging settings in snf-app

4b9b606c 01/24/2012 02:16 pm Kostas Papadimitriou

Default settings for snf-ganeti-tools

- Added default settings file for snf-ganeti-tools
- Added synnefo default_settings entry point

868fd403 01/23/2012 08:03 pm Kostas Papadimitriou

Fixed snf-ganetit-tools python requirements

pypi compatible names

4c6e6e6b 01/20/2012 06:41 pm Kostas Papadimitriou

Removed python comments from COPYRIGHT files

27847250 01/20/2012 05:56 pm Kostas Papadimitriou

Added COPYRIGHT files for each project

9a32d894 01/18/2012 02:23 pm Kostas Papadimitriou

Updated setup.py

- catch synnefo.util import errors
- added snf packages dependencies
- added dependency_link for snf-* package discovery

840e0fc0 01/16/2012 02:08 pm Kostas Papadimitriou

Merge remote-tracking branch 'origin/master'

8dbfc1b7 01/16/2012 01:51 pm Constantinos Venetsanopoulos

snf-ganeti-eventd init script: saner master checks

In snf-ganeti-eventd init script:
Introduce check_ganeti_master() to discover if we are running on the
ganeti master. check_ganeti_master is called during start. It is also
called during restart, after the daemon has been stopped....

cc11c0dd 01/16/2012 12:55 pm Kostas Papadimitriou

Exclude version modules from repository

07d104d8 01/13/2012 02:11 pm Kostas Papadimitriou

Improved packaging

- Improved automatic version tagging from git repo.
- Added auto generated synnefo.<package>.version module to contain each
package version.

6d6b8f88 01/09/2012 07:19 pm Kostas Papadimitriou

Force synnefo.settings imports in snf-ganeti-tools scripts

b36c4249 01/09/2012 07:18 pm Kostas Papadimitriou

Merge branch 'master' into snfcommon

a34f9872 01/09/2012 07:17 pm Kostas Papadimitriou

Refactored snf-ganeti-tools scripts as console_scripts

325be5ad 01/09/2012 05:26 pm Constantinos Venetsanopoulos

Remove debian packaging files for snf-ganeti-tools

Debian packaging files, for all packages inside synnefo, will
reside in a different branch (debian-*) and not the master branch

7fb619a0 01/09/2012 05:06 pm Kostas Papadimitriou

Added snf-common package

split out of some commonly used code in a seperate package

3d765f0c 11/25/2011 12:52 pm Nikos Skalkotos

Make progress_monitor send a final notification

When the image deployment process exits without errors, send a final
notification.

d0220d51 10/17/2011 03:27 pm Vangelis Koukis

Fix event init script ignored defaults file

Fix event init script ignored defaults file, refs #1505

f9cbe1cb 10/17/2011 10:28 am Constantinos Venetsanopoulos

Update debian packaging for snf-ganeti-tools

98340727 10/17/2011 10:15 am Constantinos Venetsanopoulos

Fix in snf-ganeti-eventd init script

Saner check of the ganeti master. Provided by
[costasd] Refs #1323

90f36c9e 10/12/2011 12:17 pm Constantinos Venetsanopoulos

Minor aesthetic fixes in postinst/prerm scripts

fc2c900d 10/12/2011 12:07 pm Vangelis Koukis

Fix init script for eventd failing on non-master

Fix init script failing on nodes other than the Ganeti master,
make it issue a warning instead.

Also fix the LSB Default-Stop entry.

Refs #1323

37d53291 10/12/2011 11:57 am Constantinos Venetsanopoulos

Enhance packaging of snf-ganeti-tools

Add postinst and prerm scripts for snf-ganeti-tools
that update the rc.d links of /etc/init.d/snf-ganeti-eventd
and start/stop the daemon accordingly

33f9e688 10/12/2011 11:38 am Vangelis Koukis

Set SNF_EVENTD_ENABLE=false in shipped defaults

Set SNF_EVENTD_ENABLE=false in shipped defaults, refs #1323

cc99ac61 10/11/2011 11:04 pm Vangelis Koukis

Bump version of snf-ganeti-tools, update packages

Bump version of snf-ganeti-tools, update Debian packaging.

ddba635c 10/11/2011 05:48 pm Constantinos Venetsanopoulos

Init script and default file for snf-ganeti-eventd

Add the init script and default file for snf-ganeti-eventd
in snf-ganeti-tools. Also make sure they get installed in
the right directories when the package is installed

d511237e 09/08/2011 09:41 pm Vangelis Koukis

Bump snf-ganeti-tools to v0.6

88ab6b72 09/07/2011 04:33 pm Vangelis Koukis

Add missing arptables dep to snf-ganeti-tools

3db5ad86 09/03/2011 11:18 pm Vangelis Koukis

Minor pep8 changes to progress_monitor.py

2ca1238a 08/31/2011 05:57 pm Vangelis Koukis

Fix AMQP reconnection bug in snf-progress-monitor

0230cd3a 08/31/2011 03:29 pm Vangelis Koukis

Merge branch 'invitation-fixes' of https://code.grnet.gr/git/synnefo into invitation-fixes

Conflicts:
logic/dispatcher.py

922e0271 07/27/2011 05:39 pm Vangelis Koukis

Make snf-ganeti-tools/example.conf generic

b8498a99 07/27/2011 05:05 pm Vangelis Koukis

Update README.upgrade, update Debian packaging

ee67b59c 07/27/2011 04:23 pm Vangelis Koukis

Make synnefo a namespace package

Make synnefo a namespace package, to enable different parts
of the synnefo.* namespace to live in different directories. This
will easing breaking up the Synnefo project in different subprojects,
each of them packaged individually....

45ebfd48 07/27/2011 01:47 pm Vangelis Koukis

Import separate snf-ganeti-tools/ project

Split the Synnefo tools for Ganeti into a separate directory: * Make the utilities live in the synnefo.ganeti.* namespace * Import bootstrap scripts * Drop all dependencies on Django and the rest of Synnefo (refs #691)...