Project

General

Profile

Actions

Feature #43612

open

support per-role distribution specification

Added by Patrick Donnelly over 4 years ago. Updated over 3 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:

Description

See also this thread: https://spinics.net/lists/ceph-devel/msg42762.html

Extend the "roles" array to accept a distribution specification, e.g.:

roles:
  -
    daemons: ["osd.0", "mon.a", ...]
    os:
      type: ubuntu
      version: 16.04
    kernel: testing
  -
    daemons: ["client.0"]
    os:
      type: rhel
      version: 7.5
    kernel: distro

Teuthology should continue to accept the old specification as well:

roles:
- [osd.0, ...]
- [osd.1, ...]

The driving need for this currently is that we want to continue testing older kernels like RHEL7 but this is difficult when Octopus no longer has builds for RHEL7/CentOS7.


Related issues 1 (0 open1 closed)

Related to CephFS - Bug #43600: qa: workunits/suites/iozone.sh: line 5: iozone: command not foundResolvedPatrick Donnelly

Actions
Actions #1

Updated by Patrick Donnelly over 4 years ago

  • Related to Bug #43600: qa: workunits/suites/iozone.sh: line 5: iozone: command not found added
Actions #3

Updated by Patrick Donnelly over 3 years ago

  • Priority changed from Urgent to Normal
Actions

Also available in: Atom PDF