Project

General

Profile

Actions

Feature #1430

closed

teuthology: basic upgrade task

Added by Sage Weil over 12 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Urgent
Category:
-
Target version:
% Done:

0%

Source:
Tags:
CY2012
Backport:
Reviewed:
Affected Versions:

Description

create methods for the installa nd ceph tasks to upgrade packages (on all or certain role remotes), and to restart ceph daemons explicitly.

- install:
- ceph:
...
- install.upgrade:
    all:
      branch: end
- ceph.restart:
...

or
- install:
- ceph:
...
- install.upgrade:
    client.0:
      branch: end
    osd.0:
      branch: other
- ceph.restart: [client.0, osd.0]
...
- install.upgrade:
    all:
      branch: other
- ceph.restart:
...

Actions

Also available in: Atom PDF