From 6e8fb2b3ea87f03ef6389a05c63f541aef51f162 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Tue, 7 May 2019 16:28:36 +0530 Subject: [PATCH] remove infrastructure-playbooks/rgw-standalone.yml We don't need infrastructure-playbooks/rgw-standalone.yml since site.yml.sample and site-cotainer.yml.sample can add a new RGW node to an already deployed Ceph cluster. Signed-off-by: Rishabh Dave --- infrastructure-playbooks/rgw-standalone.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 infrastructure-playbooks/rgw-standalone.yml diff --git a/infrastructure-playbooks/rgw-standalone.yml b/infrastructure-playbooks/rgw-standalone.yml deleted file mode 100644 index d52d0ae73..000000000 --- a/infrastructure-playbooks/rgw-standalone.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -# Run ceph-rgw role standalone - -# Need to load the facts from mons because ceph-common needs them to generate the ceph.conf -# and collect keys from a mon to bootstrap the rgw nodes -- hosts: mons - become: True - tasks: - - import_role: - name: ceph-defaults - - import_role: - name: ceph-fetch-keys - -- hosts: rgws - become: True - tasks: - - import_role: - name: ceph-defaults - - import_role: - name: ceph-rgw -- 2.39.5