From c04242a47fc01c01c0daa609b1816d468daa1a05 Mon Sep 17 00:00:00 2001 From: Difrex Date: Tue, 11 Oct 2016 12:14:34 +0300 Subject: [PATCH] Groups switch support #SD-10 --- surok/discovery.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/surok/discovery.py b/surok/discovery.py index 5e5ad05..737dc9f 100644 --- a/surok/discovery.py +++ b/surok/discovery.py @@ -65,3 +65,9 @@ def do_query(fqdn, loglevel): logging.warning("Could not resolve " + fqdn) return servers + + +# Groups switch +# Priority: config, environment, marathon environment +def get_group(conf): + pass