]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Replaced all by the list of host groups to be able to run the playbook with non-ceph... 88/head
authorAlexis Lahouze <xals@lahouze.org>
Thu, 26 Jun 2014 07:52:06 +0000 (09:52 +0200)
committerAlexis Lahouze <xals@lahouze.org>
Thu, 26 Jun 2014 07:52:06 +0000 (09:52 +0200)
rolling_update.yml
site.yml

index 66769ec23154edbf44de52a48b1c5d9ecb718a9c..114d65b6dee175d902ece382b7ba62b216229002 100644 (file)
@@ -9,7 +9,11 @@
 
 # /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\
 
-- hosts: all
+- hosts:
+  - mons
+  - osds
+  - mdss
+  - rgws
   sudo: True
   roles:
   - common
index a7ca400cafcdf0182f23a436c4eba7ba256a8cab..702e2e32e9cc86d8427a365926876992f7c285c9 100644 (file)
--- a/site.yml
+++ b/site.yml
@@ -1,7 +1,11 @@
 ---
 # Defines deployment design and assigns role to server groups
 
-- hosts: all
+- hosts:
+  - mons
+  - osds
+  - mdss
+  - rgws
   sudo: True
   roles:
   - common