From 8b3f428f1f4278e22c82e32bc54370c440075ed3 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Thu, 26 Jun 2014 09:52:06 +0200 Subject: [PATCH] Replaced all by the list of host groups to be able to run the playbook with non-ceph servers. --- rolling_update.yml | 6 +++++- site.yml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/rolling_update.yml b/rolling_update.yml index 66769ec23..114d65b6d 100644 --- a/rolling_update.yml +++ b/rolling_update.yml @@ -9,7 +9,11 @@ # /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\ -- hosts: all +- hosts: + - mons + - osds + - mdss + - rgws sudo: True roles: - common diff --git a/site.yml b/site.yml index a7ca400ca..702e2e32e 100644 --- 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