summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 14:59:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 14:59:07 +0000
commit234479eadbccce8c3ed039d09ce90774429d05cf (patch)
tree1cf1324d3d32bef296644d5782a897e2838eb1a2
parent7134fb36f7a1c62111d2eaea5c5b32cf2169cec6 (diff)
downloadtrove-setup-234479eadbccce8c3ed039d09ce90774429d05cf.tar.gz
Remove lorry-controller settings that don't do anything
These settings had a meaning for the old implementation of lorry-controller, but are ignored by the current implementation.
-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"
]