summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ansible/roles/trove-setup/tasks/lorry-controller-setup.yml1
-rw-r--r--share/lorry-controller.conf12
2 files changed, 0 insertions, 13 deletions
diff --git a/ansible/roles/trove-setup/tasks/lorry-controller-setup.yml b/ansible/roles/trove-setup/tasks/lorry-controller-setup.yml
index f256bc4..f839ca8 100644
--- a/ansible/roles/trove-setup/tasks/lorry-controller-setup.yml
+++ b/ansible/roles/trove-setup/tasks/lorry-controller-setup.yml
@@ -24,7 +24,6 @@
ignore: [
"baserock/lorries"
],
- tarball: "always"
}
when: UPSTREAM_TROVE is defined
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index 7a4ab81..930b64e 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -2,28 +2,16 @@
{% 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"
]