]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
infrastructure-playbooks: update with ceph-defaults roles
authorSébastien Han <seb@redhat.com>
Wed, 2 Aug 2017 09:15:05 +0000 (11:15 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 2 Aug 2017 15:12:20 +0000 (17:12 +0200)
Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/osd-configure.yml
infrastructure-playbooks/rgw-standalone.yml
infrastructure-playbooks/shrink-mon.yml
infrastructure-playbooks/shrink-osd.yml
infrastructure-playbooks/take-over-existing-cluster.yml

index a193dca10215b9c5b624afa674f54e6963d8057d..b35e12142855bdcfdf81965fab5229a57f8a7694 100644 (file)
 - hosts: mons
   become: True
   roles:
+    - ceph-defaults
     - ceph-fetch-keys
 
 - hosts: osds
   become: True
   roles:
-  - ceph-osd
+    - ceph-defaults
+    - ceph-osd
index d4cba6d189d6d8db776f0d5a76cfad45822189d4..409d3282ac960e7b2b328ff19567e1b2fbd2ca43 100644 (file)
@@ -6,9 +6,11 @@
 - hosts: mons
   become: True
   roles:
+    - ceph-defaults
     - ceph-fetch-keys
 
 - hosts: rgws
   become: True
   roles:
-  - ceph-rgw
+    - ceph-defaults
+    - ceph-rgw
index e99a11a1e0084b82ce81b546cabe7a9f809d6b5e..0471f245c3c067b44547ebf17d353d2e985fc1ab 100644 (file)
@@ -27,7 +27,7 @@
       private: no
 
   tasks:
-  - include_vars: roles/ceph-common/defaults/main.yml
+  - include_vars: roles/ceph-defaults/defaults/main.yml
   - include_vars: group_vars/all.yml
 
   - name: exit playbook, if only one monitor is present in cluster
index 3fc54ce78a107cdc24977bc698c88a10e499c204..7ffe1baf117c1747609f8dd5901839f5da9fa7db 100644 (file)
@@ -27,7 +27,7 @@
       private: no
 
   tasks:
-  - include_vars: roles/ceph-common/defaults/main.yml
+  - include_vars: roles/ceph-defaults/defaults/main.yml
   - include_vars: group_vars/all.yml
 
   - name: exit playbook, if user did not mean to shrink cluster
index fe4f3a36f4978533b85640974ea235663d07fac0..b4db027038619677790bda93996eac72f895b429 100644 (file)
 - hosts: mons
   become: True
   vars_files:
-    - roles/ceph-common/defaults/main.yml
+    - roles/ceph-defaults/defaults/main.yml
     - group_vars/all.yml
   roles:
+    - ceph-defaults
     - ceph-fetch-keys
 
 - hosts: all
   become: true
 
   tasks:
-    - include_vars: roles/ceph-common/defaults/main.yml
+    - include_vars: roles/ceph-defaults/defaults/main.yml
     - include_vars: group_vars/all.yml
 
     - name: get the name of the existing ceph cluster