Project

General

Profile

root / trunk / doc / manual / manual.tex @ 632

1
\documentclass[11pt,oneside]{scrbook}
2
\usepackage[pdftex]{graphicx}
3
\usepackage{url}
4
\usepackage{html}
5
\usepackage{notes}
6
\usepackage{fullpage}
7

    
8
\include{utils}
9
\setcounter{tocdepth}{1}
10

    
11
\begin{document}
12
\frontmatter
13
\title{The Haizea Manual}
14
\author{Borja Sotomayor}
15

    
16
\begin{latexonly}
17
\input{title}
18
\end{latexonly}
19
\begin{htmlonly}
20
\maketitle
21
\end{htmlonly}
22

    
23
\tableofcontents
24

    
25
\chapter{Preface}
26
\input{intro}
27

    
28
\mainmatter
29

    
30
\part{Fundamental Concepts}
31

    
32
\chapter{What is Haizea?}
33
\label{chap:whatis}
34

    
35
\input{whatis}
36

    
37
\chapter{Resource leases}
38
\label{chap:leases}
39
\input{leases}
40

    
41
\part{Using Haizea}
42

    
43
\chapter{Installing Haizea}
44
\label{chap:install}
45
\input{install}
46

    
47
\chapter{Quickstart guide}
48
\label{chap:quickstart}
49
\input{quickstart}
50

    
51
\chapter{Running scheduling simulations}
52
\label{chap:simulation}
53
\input{simulation}
54

    
55
\chapter{Haizea and OpenNebula}
56
\label{chap:opennebula}
57
\input{opennebula}
58

    
59
\chapter{Analysing scheduling data}
60
\label{chap:analysing}
61
\input{analysing}
62

    
63

    
64
\part{Customizing Haizea}
65

    
66
\chapter{Writing your own policies}
67
\label{chap:policies}
68
\input{policies}
69

    
70

    
71
\chapter{Writing your own resource mapper}
72
\label{mapper}
73

    
74
%\part{Advanced Topics}
75

    
76
%\chapter{Haizea's resource and leasing model}
77

    
78
%\chapter{Scheduling algorithms}
79

    
80
%\chapter{The Haizea architecture}
81

    
82
%\section{Extending Haizea}
83

    
84
\part{Appendices}
85
\appendix
86

    
87
\chapter{Command-line interface reference}
88
\label{app:cli}
89
\input{appendix_cli}
90

    
91
\chapter{Configuration file reference}
92
\label{app:conffile}
93
\input{appendix_conf}
94

    
95
\chapter{XML format reference}
96
\label{app:lwf}
97
\input{appendix_lwf}
98

    
99
\section{Nodes format}
100

    
101
\section{Lease format}
102

    
103
\section{Site format}
104

    
105
\section{LWF file format}
106

    
107
\end{document}