commit | 2e973ea17cac3b861e3ee2ad879aa922f96bf36b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Fri Feb 02 19:21:32 2018 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Fri Feb 02 19:21:32 2018 +0000 |
tree | b2eac27e516db5bee453ed563c9c2bfe19f6f55d | |
parent | 2d193af797e6ce0749934c5c0dcdc4565ed11d00 [diff] | |
parent | c4e51b52a167988f46b3f24714f9c734e8fafea2 [diff] |
Merge "[CORD-2687] Removing old tosca engine pieces"
diff --git a/xos/synchronizer/steps/roles/setup-sprint-hss/tasks/main.yml b/xos/synchronizer/steps/roles/setup-sprint-hss/tasks/main.yml index 306cfd1..c7f53e7 100644 --- a/xos/synchronizer/steps/roles/setup-sprint-hss/tasks/main.yml +++ b/xos/synchronizer/steps/roles/setup-sprint-hss/tasks/main.yml
@@ -27,11 +27,6 @@ args: chdir: "{{ source_path }}" -- name: Load key - shell: "bin/hss -j conf/hss.json --onlyloadkey" - args: - chdir: "{{ source_path }}" - - name: Kill running HSS shell: "killall -w hss" ignore_errors: yes