Statistics
| Branch: | Tag: | Revision:

root / docs @ b212bf8b

# Date Author Comment
b212bf8b 08/21/2007 11:39 am Iustin Pop

Rename installing.sgml to install.sgml

This is more in line with the other document names.

Also, change the title to simply "Ganeti installation tutorial".

Reviewed-by: ultrotter

5cd0d9c0 08/20/2007 05:43 pm Iustin Pop

Add information about installing from source.

In case one installs from source, make, tar and gzip are also needed. tar and
gzip are almost always installed, but make not, so let's add a note about that.

Also remove a '>' in the apt-get install example so copy-paste works....

1005b0c1 08/16/2007 06:23 pm Iustin Pop

Another documentation update.

This removes the section on packages from installing.sgml (until we have
packages) and adds/corrects informations about using the startup script.

It also adds notes about the ``--master-netdev`` option, which one needs
to use if the node doesn't have an interface named xen-br0 (or if it's...

a7a19281 08/16/2007 04:06 pm Iustin Pop

Documentation updates.

This changes installing.sgml, adding details about required software and
OS instances. It also updates INSTALL and README to correspond with the
sgml manual.

Reviewed-by: ultrotter

5d6dd340 08/15/2007 06:15 pm Iustin Pop

Some changes to the installation manual.

The biggest change is that at configure time one must specify
--localstatedir=/var since the directories for ganeti (/var/log/ganeti,
/var/lib/ganeti) must be located here.

Reviewed-by: ultrotter

53b78ba4 08/03/2007 01:04 am Guido Trotter

Add disk template information to the admin manual
Add warning about avoiding xm commands for instance creation
Also fix a man page reference in installing.sgml to use the docbook format

Reviewed-By: iustinp

6bf0c9bb 08/02/2007 03:50 pm Guido Trotter

Add the ganeti admin manual
Refer to the glossary from the installing guide

Reviewed-By: iustinp

f1a808df 07/30/2007 05:30 pm Guido Trotter

Ganeti installation tutorial

Reviewed-By: iustinp, imsnah

9bd7f742 07/24/2007 03:18 pm Iustin Pop

Update the init script to start both the node daemon and the master.

Reviewed-by: imsnah

880478f8 07/23/2007 05:38 pm Iustin Pop

Big change/cleanup in relation to the master startup:
- move the master node name from the ConfigWriter to SimpleStore (all
nodes need this, and it was the only thing pulled in from the
ConfigWriter on nodes)
- fix mcpu.py and the testing w.r.t. this change; for testing, rename...

8e4c1ae2 07/18/2007 06:54 pm Michael Hanselmann

Move files

a8083063 07/16/2007 04:39 pm Iustin Pop

Initial commit.