From 9d4634759bd79dd9bcfb035c52a6e98c258c3eda Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 7 Mar 2016 12:09:00 -0800 Subject: [PATCH] openqa_dispatcher: update a comment --- roles/openqa/dispatcher/tasks/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index 37ca622ad3..74e5a3a725 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -16,10 +16,11 @@ # When both of the above are set, a wikitcms 'credentials' file will # be created and result submission to the wiki will be enabled. # -# NOTE: At present, as the scheduler code downloads the ISOs, it only -# really makes sense for openqa_server boxes to be their own -# openqa_dispatchers. However, this should be fixed in the scheduler -# code soon, so the roles are kept separate to give future flexibility. +# NOTE: There are still currently a couple of assumptions that the +# openQA server boxes will always act as their own dispatchers, but +# there is no longer any fundamental reason why this must be the case, +# as we now use the openQA asset downloading capability so that the +# scheduler is no longer responsible for downloading assets. - name: Install required packages dnf: name={{ item }} state=present