we now have new build flavors crimson and jaeger, update them in docs
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
)
parser.add_argument(
'-f', '--flavor',
- help=("The kernel flavor to run against: ('basic',"
- "'gcov', 'notcmalloc')"),
- default='basic',
+ help=("The ceph packages shaman flavor to run with:"
+ "('default', 'crimson', 'notcmalloc', 'jaeger')"),
+ default='default',
)
parser.add_argument(
'-d', '--distro',
use 'none' to bypass kernel task.
[default: distro]
-f <flavor>, --flavor <flavor>
- The kernel flavor to run against: ('basic',
- 'gcov', 'notcmalloc')
- [default: basic]
+ The ceph packages shaman flavor to run with:
+ ('default', 'crimson', 'notcmalloc', 'jaeger')
+ [default=default]
-t <branch>, --teuthology-branch <branch>
The teuthology branch to run against.
Default value is determined in the next order.