summaryrefslogtreecommitdiff
path: root/ansible/roles/trove-setup/tasks/check.yml
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-30 15:05:38 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-01-30 15:08:38 +0000
commitc9d4f2c8d87115fe6cd48f586de82b252a357c45 (patch)
tree37d06bfa42de53909810ebbc30002e23bc10c500 /ansible/roles/trove-setup/tasks/check.yml
parent98cf2ab9c80c8efd0df9086353972e7dc73f40b8 (diff)
downloadtrove-setup-c9d4f2c8d87115fe6cd48f586de82b252a357c45.tar.gz
Remove all mention of Mason from trove-setup
The Mason referred to here is the 1st version of the Mason continuous delivery tool. There have been no instances of this for two years. We have made two subsequent Mason implementations since then which don't require coupling in Trove in order to work. As well as removing unneeded configuration, this will fix the misleading warning that users see on Git pushes: remote: [git.baserock.org] Notifying Mason of changes... remote: [git.baserock.org] Notification failed somehow
Diffstat (limited to 'ansible/roles/trove-setup/tasks/check.yml')
-rw-r--r--ansible/roles/trove-setup/tasks/check.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/ansible/roles/trove-setup/tasks/check.yml b/ansible/roles/trove-setup/tasks/check.yml
index 3aeb48a..48e8272 100644
--- a/ansible/roles/trove-setup/tasks/check.yml
+++ b/ansible/roles/trove-setup/tasks/check.yml
@@ -35,12 +35,6 @@
- set_fact: LORRY_CONTROLLER_MINIONS=4
when: LORRY_CONTROLLER_MINIONS is not defined
-- set_fact: MASON_ID=''
- when: MASON_ID is not defined
-
-- set_fact: MASON_PORT='18755'
- when: MASON_PORT is not defined
-
- name: Calculate ESC_PREFIX
shell: echo -n {{ TROVE_ID|quote }} | perl -pe 's/([-+\(\).%*?^$\[\]])/%$1/g'
register: var_esc_prefix