Project

General

Profile

Actions

Feature #1497

closed

teuthology: combine yaml fragments semi-intelligently

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

Status:
Resolved
Priority:
Normal
Assignee:
Category:
teuthology
Target version:
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Currently when you pass multiple yaml inputs to teuthology, they have to combine cleanly. e.g.

foo:
- a
- b

and

bar:
- c
- d

combine, but

tasks:
- firstthis:
key: value

and

tasks:
- thenthis:
foo: bar

do not. They could, though, provided the types are consistent (as above).

tasks:
- ceph:
a: b

and

tasks:
key: value

should throw an exception.

The ability to combine just at the top level will be pretty useful.

Actions #1

Updated by Sage Weil over 12 years ago

  • Status changed from New to Resolved
  • Assignee set to Sage Weil
Actions #2

Updated by Sage Weil over 12 years ago

  • Target version changed from v0.36 to v0.35
  • Translation missing: en.field_position set to 1
  • Translation missing: en.field_position changed from 1 to 869
Actions

Also available in: Atom PDF