summaryrefslogtreecommitdiff
path: root/share/lorry-controller.conf
blob: 7a4ab81287117893afb5f15549101233e76e7437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[
    {% if UPSTREAM_TROVE_STANZA is defined %}{{ UPSTREAM_TROVE_STANZA | to_nice_json |indent(4) }},
    {% endif %}{
        "type": "lorries",
        "uuid": "{{ TROVE_ID }}/open-source-lorries",
        "serial": 1,
        "interval": "6H",
        "create": "always",
        "destroy": "never",
        "stagger": true,
        "prefix": "delta",
        "tarball": "always",
        "globs": [
            "open-source-lorries/*.lorry"
        ]
    },
    {
        "type": "lorries",
        "uuid": "{{ TROVE_ID }}/closed-source-lorries",
        "serial": 1,
        "interval": "6H",
        "create": "always",
        "destroy": "never",
        "stagger": true,
        "prefix": "delta",
        "tarball": "always",
        "globs": [
            "closed-source-lorries/*.lorry"
        ]
    }
]