diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-02-16 11:41:59 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-02-16 14:04:18 +0800 |
commit | b4a8959bffaa5f5f7894ab5a0bd8f1fb1bb2320f (patch) | |
tree | 765c8f62d2df64112c7b272b052920a0e4f2000e /ci/deploy | |
parent | 8efac1945dae1f06de01ae7b4ed28c5038c27031 (diff) |
Fix some typo mistakes
Change-Id: If85c06459cda8392827920928b7d65f7e70fc82b
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'ci/deploy')
-rwxr-xr-x | ci/deploy/deploy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh index 4642d3e1..83e9b361 100755 --- a/ci/deploy/deploy.sh +++ b/ci/deploy/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################## -# Copyright (c) 2016 ZTE Coreporation and others. +# Copyright (c) 2016 ZTE Corporation and others. # hu.zhijiang@zte.com.cn # lu.yao135@zte.com.cn # All rights reserved. This program and the accompanying materials @@ -10,8 +10,8 @@ # TODO # [x] 1. Pass full path for parameter for -d and -n # [x] 2. Refactor para fetching procedure of paras_from_deploy -# [x] 3. Refacotr execute_on_jumpserver -# [ ] 4. Refacotr for names for var such like net_daisy1, net_daisy2 +# [x] 3. Refactor execute_on_jumpserver +# [ ] 4. Refactor for names for var such like net_daisy1, net_daisy2 # [ ] 5. Store PODs' configruation files into securelab # [ ] 6. Use POD name as the parameter instead of files ############################################################################## |