From 234479eadbccce8c3ed039d09ce90774429d05cf Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 11 Mar 2015 14:59:07 +0000 Subject: 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. --- ansible/roles/trove-setup/tasks/lorry-controller-setup.yml | 1 - share/lorry-controller.conf | 12 ------------ 2 files changed, 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" ] -- cgit v1.2.1