aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-08-21 02:22:11 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-21 02:22:11 +0000
commit95051275af7e753f6901c24be2b38553daf84b0d (patch)
tree7ef44a73f0bef36d3ac95dd830dfc68cb861ba99 /plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml
parent850339f2760b19773becff054733a23f99523269 (diff)
parent7e8c2d865003f087fa9179a6f847a82934ee31d5 (diff)
Merge "[stor4nfv] Changes to k8s scenarios"
Diffstat (limited to 'plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml')
-rw-r--r--plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml b/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml
index 3252fefb..e84ce0aa 100644
--- a/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml
+++ b/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml
@@ -15,6 +15,7 @@
with_items:
- make
- gcc
+ - gawk
- name: copy install_ansible script
remote_user: root
@@ -26,13 +27,6 @@
- name: install ansible
command: su -s /bin/sh -c "/opt/install_ansible.sh"
-- name: install ceph-ansible code
- remote_user: root
- shell: |
- cd /opt;
- git clone https://github.com/ceph/ceph-ansible.git;
- [ -f ceph-ansible/requirements.txt ] && pip install -r ceph-ansible/requirements.txt
-
- name: fetch stor4nfv source code
remote_user: root
shell: |