Statistics
| Branch: | Tag: | Revision:

root / ci / schemas / one_node_wheezy / deploy.conf @ 2a2c6c0a

History | View | Annotate | Download (1.5 kB)

1
[packages]
2
# whether to use apt-get or local generated package found in packages dir
3
use_local_packages = True
4

    
5
# url to obtain latest synnefo packages.
6
# To use them change USE_LOCAL_PACKAGES setting to yes
7
# To get them run: snf-deploy packages
8
package_url = http://builder.dev.grnet.gr/synnefo/packages/Squeeze/40/
9

    
10
[dirs]
11
# dir to find all template files used to customize setup
12
# in case you want to add another setting please modify the corresponding file
13
templates = /var/lib/snf-deploy/files
14
# dir to store local images (disk0, disk1 of the virtual cluster)
15
images = /var/lib/snf-deploy/images
16
# dir to store/find local packages
17
# dir to locally save packages that will be downloaded from package_url
18
# put here any locally created packages (useful for development)
19
packages = /var/lib/snf-deploy/packages
20
# dir to store pidfiles (dnsmasq, kvm)
21
run = /var/run/snf-deploy
22
# dir to store dnsmasq related files
23
dns = /var/lib/snf-deploy/dnsmasq
24
# dir to lookup fabfile and ifup script
25
lib = /usr/lib/snf-deploy
26
# dir to store executed commands (to enforce sequential execution)
27
cmd = /var/run/snf-deploy/cmd
28
# dir to be used by Django for file-based mail backend
29
mail_dir = /var/log/gunicorn/synnefo-mails
30

    
31
[keys]
32
# whether to create new keys
33
keygen = False
34
# whether to inject ssh keys found in templates/root/.ssh in nodes
35
key_inject = True
36

    
37
[options]
38
# Deploy Synnefo, specially tuned for testing. This option improves the speed
39
# of some operations, but is not safe for all enviroments. (e.g. disable
40
# fsync of postgresql)
41
testing_vm = True