Skip to content

Commit

Permalink
Merge pull request #1073 from ceph/upgrade
Browse files Browse the repository at this point in the history
rolling_update: add variable to upgrade ceph
  • Loading branch information
leseb authored Nov 4, 2016
2 parents 85b7660 + 991341f commit dbb4968
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@
- name: upgrade ceph mon cluster

vars:
mon_group_name: mons
mon_group_name: mons
restapi_group_name: restapis
health_mon_check_retries: 5
health_mon_check_delay: 10
upgrade_ceph_packages: True

hosts:
- "{{ mon_group_name }}"
Expand Down Expand Up @@ -130,6 +131,7 @@
osd_group_name: osds
health_osd_check_retries: 10
health_osd_check_delay: 10
upgrade_ceph_packages: True

hosts:
- "{{ osd_group_name }}"
Expand Down Expand Up @@ -212,6 +214,7 @@

vars:
mds_group_name: mdss
upgrade_ceph_packages: True

hosts:
- "{{ mds_group_name }}"
Expand Down Expand Up @@ -257,6 +260,7 @@

vars:
rgw_group_name: rgws
upgrade_ceph_packages: True

hosts:
- "{{ rgw_group_name }}"
Expand Down

0 comments on commit dbb4968

Please sign in to comment.