summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-12-21 16:06:13 +0800
committerAlex Yang <yangyang1@zte.com.cn>2017-12-22 15:26:00 +0800
commit652e4dbb90252153e85cee498ccf64c05490814c (patch)
treecaab13a54d89d970ea6fd5112b019f3125365c50 /utils
parentbd73235d8f53662f5048e8a2e9e79c343619229d (diff)
Prepare integration of daisy and dovetail
JARA: DAISY-76 1. add daisy adapter in releng utils and modules 2. add daisy adapter in dovetail jjb script 3. support id_dsa as ssh key Change-Id: I15a1c0cfcc17ae1fe6b7020f674b8bbbb72f4a7a Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'utils')
-rw-r--r--utils/create_pod_file.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/create_pod_file.py b/utils/create_pod_file.py
index def5ecca8..a60ece475 100644
--- a/utils/create_pod_file.py
+++ b/utils/create_pod_file.py
@@ -92,6 +92,9 @@ def create_file(handler, INSTALLER_TYPE):
if args.INSTALLER_TYPE == 'compass':
for item in node_list:
item['password'] = 'root'
+ elif args.INSTALLER_TYPE == 'daisy':
+ for item in node_list:
+ item['key_filename'] = '/root/.ssh/id_dsa'
else:
for item in node_list:
item['key_filename'] = args.sshkey