summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/reap.py
diff options
context:
space:
mode:
authorSzilard Cserey <szilard.cserey@ericsson.com>2015-10-20 14:18:37 +0200
committerSzilard Cserey <szilard.cserey@ericsson.com>2015-10-27 16:25:32 +0100
commit143022408c26f3c6a5f5c1eaf0dce8061242675a (patch)
tree9eebf1775609553b38b1d2fcbd384bdd5a4309d7 /fuel/deploy/reap.py
parentad790a995855219ce876880f00ad59a8ffa2b2d9 (diff)
Plugin config + bugfix + refactoring
ignoring external repo errors during plugin installation refactoring import common Install only those plugins which have a yaml config file located under plugins folder collect puppet errors from all nodes Change-Id: I8d5248cf31c4877a6d59bfcfe62b43daf4ad43ef Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
Diffstat (limited to 'fuel/deploy/reap.py')
-rw-r--r--fuel/deploy/reap.py23
1 files changed, 12 insertions, 11 deletions
diff --git a/fuel/deploy/reap.py b/fuel/deploy/reap.py
index c72b33cf9..b7080cdae 100644
--- a/fuel/deploy/reap.py
+++ b/fuel/deploy/reap.py
@@ -8,23 +8,24 @@
###############################################################################
-import common
import time
import os
import yaml
import glob
import shutil
-N = common.N
-E = common.E
-R = common.R
-ArgParser = common.ArgParser
-exec_cmd = common.exec_cmd
-parse = common.parse
-err = common.err
-log = common.log
-delete = common.delete
-commafy = common.commafy
+from common import (
+ N,
+ E,
+ R,
+ ArgParser,
+ exec_cmd,
+ parse,
+ err,
+ log,
+ delete,
+ commafy,
+)
DEA_1 = '''
title: Deployment Environment Adapter (DEA)