Statistics
| Branch: | Tag: | Revision:

root / README.deploy @ f4fe8796

History | View | Annotate | Download (16.4 kB)

# Date Author Comment
e71be688 07/13/2011 01:54 pm Vangelis Koukis

Instruct setting MySQL to READ-COMMITTED mode

Instruct setting MySQL to READ-COMMITTED mode in README.deploy,
to ensure correct transaction handling between Django views and
the logic dispatcher.

b71ae5b8 07/07/2011 06:15 pm Vangelis Koukis

Bump version number in README.deploy

3d9ae008 07/01/2011 05:31 pm Vangelis Koukis

Merge branch 'images'

Conflicts:
README.deploy
db/fixtures/images.json

76422b0f 07/01/2011 04:56 pm Nikos Skalkotos

Update gnt-instance-img section README.deploy

  • Add info about last know good commit.
  • Recommend the use of `ssh' hook in linux.
33f3103d 07/01/2011 03:56 pm Giorgos Gousios

Short note on checkout paths

4ed2e471 06/30/2011 08:17 pm Giorgos Gousios

Fix problem with python-daemon incompatibilities

python-daemon 1.6 changed the way it handles pidfile imports so going
back to 1.5.5 (included in Debian squeeze) breaks the dispatcher.
Document the exact dependencies in deployment and ci files.

45e3d1ac 06/29/2011 01:27 pm Vangelis Koukis

Include python-ipy as a dependency

Include python-ipy as a dependency, update the configuration for
Jenkins, update README.deploy.

c952d4e4 06/29/2011 01:07 pm Vangelis Koukis

Drop Django dependency in the Synnefo Ganeti hook

Drop all dependencies on Django in the Synnefo Ganeti hook.

  • Include a new bash script, which sets PYTHONPATH appropriately
  • Update README.deploy, include instructions on setting
    SYNNEFO_PROJECT_DIR inside this wrapper....
36cf1973 06/27/2011 06:12 pm Vangelis Koukis

Drop Django dependency in the Ganeti event daemon

Modify the Ganeti event daemon to have no dependency on Django. * Make it an independent daemon, drop all Django dependencies * Import Django's settings.py directly * Rename ganeti/ganeti-eventd.py to ganeti/snf-ganeti-eventd.py...

f6018cb1 06/23/2011 03:46 pm Nikos Skalkotos

Update gnt-instance-img deploy instructions (pt 2)

89de2525 06/23/2011 02:23 pm Nikos Skalkotos

Update gnt-instance-img deploy instructions

Those instructions reflect the current state of the win-support branch
of the gnt-instance-img.

f077e519 06/08/2011 05:31 pm Nikos Skalkotos

Fixed a small typo in README.deploy

The typo was introduced in the last format error fix.

271baf11 06/07/2011 01:17 pm Nikos Skalkotos

Fixed minor typos and format errors in README.*

03353341 06/06/2011 12:20 pm Vangelis Koukis

Overhaul README.{deploy,develop,admin}

Revise documentation in README.deploy and README.develop:

  • Have README.develop refer to specific installation instructions
    in README.deploy.
  • Include a distinct README.admin file containing
    notes related to administration of a working Synnefo deployment.
c807557e 06/06/2011 08:58 am Vangelis Koukis

Move around stuff in README.{develop,deploy}

fc2afa67 06/06/2011 08:46 am Vangelis Koukis

Update documentation in README.{develop,deploy}

Update documentation in README.{develop,deploy}
after changes in the v0.4 release cycle.

e1cb42fe 06/03/2011 02:51 pm Vangelis Koukis

Merge branch 'images-0.4'

76a429fb 06/01/2011 05:23 pm Giorgos Gousios

Reconciliation command documentation + config options

936d29ab 05/27/2011 03:56 pm Nikos Skalkotos

Minor README.deploy update

Corrected the 5th gnt-instance-image configuration step.
Added a 6th gnt-instance-image configuration step conserning the hooks

81d1a961 05/24/2011 11:46 am Constantinos Venetsanopoulos

Documentation for Ganeti Instance Image

Added documentation in README.deploy describing
Ganeti Instance Image installation

a06deab3 05/10/2011 12:03 pm Vangelis Koukis

Document Synnefo nodes and associated services

Extend README.deploy, document node types in a Synnefo deployment
and associated services. For each node type, document the software
to be installed and the services to be deployed.

b9eef123 05/09/2011 03:59 pm Vangelis Koukis

Extend Synnefo Ganeti Hook, add support for AMQP

Extend the Synnefo Ganeti hook, add support for publishing
notifications over AMQP: * Make all hooks inherit from GanetiHook * Connect to RabbitMQ, publish notifications in JSON * Extend post-instance-start hook to publish net updates...

ff55193e 05/08/2011 05:20 pm Vangelis Koukis

Add initial version of Synnefo Ganeti hook

Add initial version of a Synnefo-specific Ganeti hook, which will
eventually use the redesigned messaging architecture to publish
notifications to the rest of the infrastructure, refs #393.

  • Add generic hook handler ganeti/snf-ganeti-hook.py...
6ec8927b 05/08/2011 03:50 pm Vangelis Koukis

Minor changes in README.deploy, settings.py.dist

Extend README.deploy, add documentation on the generic Ganeti hook
for Synnefo. Minor fixes in settings.py.dist.

24435a56 05/05/2011 01:24 pm Georgios Gousios

A bit of documentation

6f339260 04/28/2011 02:19 pm Georgios Gousios

More detailed deployment instructions

ba238ebe 04/28/2011 02:09 pm Georgios Gousios

Information on working/deploying with RabbitMQ

07d2a738 04/27/2011 10:56 am Georgios Gousios

Initial instructions for deployment

b6382dc5 04/19/2011 04:01 pm Vangelis Koukis

Minor documentation fixes in README.deploy

7e8b41e7 04/18/2011 10:53 pm Vangelis Koukis

Add content in README.deploy, minor fixes

Add a draft description of the various services that need to be
running for a working Synnefo installation. Add documentation for ganeti-0mqd,
db_controller and vncauthproxy.

Fix language error in comment in logic/utils.py.

2479e79e 03/30/2011 01:30 pm Georgios Gousios

File name renames as per refs #323