]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
remove infrastructure-playbooks/rgw-standalone.yml
authorRishabh Dave <ridave@redhat.com>
Tue, 7 May 2019 10:58:36 +0000 (16:28 +0530)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 7 May 2019 11:11:48 +0000 (13:11 +0200)
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 <ridave@redhat.com>
(cherry picked from commit 6e8fb2b3ea87f03ef6389a05c63f541aef51f162)

infrastructure-playbooks/rgw-standalone.yml [deleted file]

diff --git a/infrastructure-playbooks/rgw-standalone.yml b/infrastructure-playbooks/rgw-standalone.yml
deleted file mode 100644 (file)
index d52d0ae..0000000
+++ /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