From c7f0de11b9272fcd2248e259780e744b1ad25532 Mon Sep 17 00:00:00 2001 From: ramamani yeleswarapu Date: Thu, 6 Sep 2018 00:26:34 -0700 Subject: [stor4nfv] Update os-stor4nfv role for OpenStack deploy Installs osdsdock in ceph-mon_container. Configures the endpoints for Ceph, OpenSDS and Cindercompatibleapi. Change-Id: I23143a5f53974bf342208b6a801dad05ccb03bfa Signed-off-by: ramamani yeleswarapu --- plugins/stor4nfv/roles/os-stor4nfv/tasks/stor4nfv.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/stor4nfv/roles/os-stor4nfv/tasks/stor4nfv.yml') diff --git a/plugins/stor4nfv/roles/os-stor4nfv/tasks/stor4nfv.yml b/plugins/stor4nfv/roles/os-stor4nfv/tasks/stor4nfv.yml index 57bae793..05ada67a 100644 --- a/plugins/stor4nfv/roles/os-stor4nfv/tasks/stor4nfv.yml +++ b/plugins/stor4nfv/roles/os-stor4nfv/tasks/stor4nfv.yml @@ -8,5 +8,7 @@ # ############################################################################# --- - include: opensds.yml + when: + - inventory_hostname in groups['ceph_adm'] - include: post-install.yml -- cgit 1.2.3-korg