Revision b9329795

b/ci/schemas/one_node_wheezy/synnefo.conf
39 39
common_bridge = br0
40 40

  
41 41
debian_base_url = http://cdn.synnefo.org/debian_base-7.0-x86_64.diskdump
42

  
43
segment_size = 2048
b/snf-deploy/conf/synnefo.conf
39 39
common_bridge = br0
40 40

  
41 41
debian_base_url = http://cdn.synnefo.org/debian_base-7.0-x86_64.diskdump
42

  
43
segment_size = 512
b/snf-deploy/files/etc/archipelago/archipelago.conf
5 5
SEGMENT_DYNPORTS = 1024
6 6

  
7 7
# Max segment size
8
SEGMENT_SIZE = 512
8
SEGMENT_SIZE = %SEGMENT_SIZE%
9 9
# Start port of xsegbd devices
10 10
XSEGBD_START=0
11 11
# End port of xsegbd devices
b/snf-deploy/snfdeploy/components.py
1148 1148

  
1149 1149
    def configure(self):
1150 1150
        r1 = {"HOST": self.node_info.fqdn}
1151
        r2 = {"SEGMENT_SIZE": self.env.env.segment_size}
1151 1152
        return [
1152 1153
            ("/etc/gunicorn.d/synnefo-archip", r1,
1153 1154
             {"remote": "/etc/gunicorn.d/synnefo"}),
1154 1155
            ("/etc/archipelago/pithos.conf.py", {}, {}),
1155
            ("/etc/archipelago/archipelago.conf", {}, {})
1156
            ("/etc/archipelago/archipelago.conf", r2, {})
1156 1157
            ]
1157 1158

  
1158 1159
    def restart(self):

Also available in: Unified diff