~fabien-morin/unifield-wm/fm-us-2695

« back to all changes in this revision

Viewing changes to config_temp.py

  • Committer: jftempo
  • Date: 2016-10-08 15:44:15 UTC
  • Revision ID: jfb@tempo-consulting.fr-20161008154415-27get6zb1q17gaom
[IMP] Instances setup

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
hq_count = 1
30
30
coordo_count = 1
31
31
project_count = 1
32
 
 
 
32
# or describe the instances with instance_tree
 
33
"""
 
34
instance_tree = {
 
35
    'HQ1': {
 
36
        'C1': ['P1', 'P2'],
 
37
        'C2': ['P1'],
 
38
    },
 
39
    'HQ2': {
 
40
        'C1': [],
 
41
    },
 
42
}
 
43
"""
33
44
load_test = 1250
34
45
dump_dir = '/tmp/db_dump_%s' % (prefix,)
35
46