summaryrefslogtreecommitdiff
path: root/morphlib/plugins/branch_and_merge_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/plugins/branch_and_merge_plugin.py')
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index 38b882a0..85e74501 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -349,7 +349,11 @@ class BranchAndMergePlugin(cliapp.Plugin):
],
'chunk': [
'name',
- ]
+ ],
+ 'cluster': [
+ 'name',
+ 'systems',
+ ],
}
also_known = {
@@ -376,6 +380,9 @@ class BranchAndMergePlugin(cliapp.Plugin):
'max-jobs',
'chunks',
'devices',
+ ],
+ 'cluster': [
+ 'kind'
]
}