summaryrefslogtreecommitdiffstats
path: root/qa/msgr
diff options
context:
space:
mode:
Diffstat (limited to 'qa/msgr')
-rw-r--r--qa/msgr/async-v1only.yaml7
-rw-r--r--qa/msgr/async-v2only.yaml7
-rw-r--r--qa/msgr/async.yaml5
-rw-r--r--qa/msgr/random.yaml7
-rw-r--r--qa/msgr/simple.yaml7
5 files changed, 33 insertions, 0 deletions
diff --git a/qa/msgr/async-v1only.yaml b/qa/msgr/async-v1only.yaml
new file mode 100644
index 00000000..aa90cad6
--- /dev/null
+++ b/qa/msgr/async-v1only.yaml
@@ -0,0 +1,7 @@
+overrides:
+ ceph:
+ mon_bind_msgr2: false
+ conf:
+ global:
+ ms type: async
+ ms bind msgr2: false
diff --git a/qa/msgr/async-v2only.yaml b/qa/msgr/async-v2only.yaml
new file mode 100644
index 00000000..4de9f32a
--- /dev/null
+++ b/qa/msgr/async-v2only.yaml
@@ -0,0 +1,7 @@
+overrides:
+ ceph:
+ conf:
+ global:
+ ms type: async
+ ms bind msgr2: true
+ ms bind msgr1: false
diff --git a/qa/msgr/async.yaml b/qa/msgr/async.yaml
new file mode 100644
index 00000000..9f93cab4
--- /dev/null
+++ b/qa/msgr/async.yaml
@@ -0,0 +1,5 @@
+overrides:
+ ceph:
+ conf:
+ global:
+ ms type: async
diff --git a/qa/msgr/random.yaml b/qa/msgr/random.yaml
new file mode 100644
index 00000000..383beea7
--- /dev/null
+++ b/qa/msgr/random.yaml
@@ -0,0 +1,7 @@
+overrides:
+ ceph:
+ mon_bind_msgr2: false
+ conf:
+ global:
+ ms type: random
+ ms bind msgr2: false
diff --git a/qa/msgr/simple.yaml b/qa/msgr/simple.yaml
new file mode 100644
index 00000000..a8679652
--- /dev/null
+++ b/qa/msgr/simple.yaml
@@ -0,0 +1,7 @@
+overrides:
+ ceph:
+ mon_bind_msgr2: false
+ conf:
+ global:
+ ms type: simple
+ ms bind msgr2: false