Blame view

Coordinator.properties 1.13 KB
2382daaac   Thanasis Naskos   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  [config]
  ##reconfigure running instances
  reconfigure=False
  
  ## The installation directory
  install_dir = /home/thanasis/Desktop/deploy-gstar
  
  ## The type of API to call the cluster controller
  cloud_api_type = ganeti
  
  ## The OS/image name
  bucket_name = snf-image+gstar_worker
  master_bucket_name = snf-image+gstar_master
  
  ## The default size for instances storage_vcpus_ram in MBs
  ## 300000_3_10000 = 300GB HDD, 3 VCPUs, 10GB RAM
6a9412d84   Thanasis Naskos   fixing ip less th...
17
18
  instance_type = 100000_1_5000
  master_instance_type = 500000_4_28000
2382daaac   Thanasis Naskos   first commit
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  
  ## The name of the cluster
  cluster_name = andreas-gstar
  
  ## The template for instance hostnames 
  hostname_template = gstar-nodes-
  
  ## The owner of the VMs. Every VM will be tagged with its owner's name
  ownerTag = _gstar_
  
  ## Cluster type (supported types are: GSTAR)
  cluster_type = GSTAR
  
  ## Temporary database location
  db_file = /home/thanasis/Desktop/deploy-gstar/gstar.cluster.db 
  
  ##set the logging level
  logging_level=debug
  
  ## Starting one master and one slave originally (min = 2)
6a9412d84   Thanasis Naskos   fixing ip less th...
39
  initial_cluster_size=21
2382daaac   Thanasis Naskos   first commit
40
41
42
43
44
45
  
  # How much RAM (maximum in MB) to consume from every physical host.
  rabbit_maxmem=57000
  anaconda_maxmem=60000
  deer_maxmem=29000
  panther_maxmem=29000