30
30
module : install_prereq.py
31
31
name : setup pre-requisites
32
32
33
- # perform bootstrap
34
-
35
- - test :
33
+ - test : # perform bootstrap
36
34
abort-on-fail : true
37
35
clusters :
38
36
ceph-pri :
83
81
module : test_cephadm.py
84
82
name : Bootstrap clusters
85
83
86
- # enable ptrace and set log to file
87
-
88
- - test :
84
+ - test : # enable ptrace and set log to file
89
85
abort-on-fail : true
90
86
clusters :
91
87
ceph-pri :
@@ -117,9 +113,7 @@ tests:
117
113
name : setup debugging for containers
118
114
polarion-id : CEPH-10362
119
115
120
- # deploy more mons and mgrs
121
-
122
- - test :
116
+ - test : # deploy more mons and mgrs
123
117
abort-on-fail : true
124
118
clusters :
125
119
ceph-pri :
@@ -144,7 +138,7 @@ tests:
144
138
args :
145
139
placement :
146
140
label : mon
147
-
141
+
148
142
ceph-sec :
149
143
config :
150
144
verify_cluster_health : true
@@ -167,7 +161,7 @@ tests:
167
161
args :
168
162
placement :
169
163
label : mon
170
-
164
+
171
165
ceph-arc :
172
166
config :
173
167
verify_cluster_health : true
@@ -196,16 +190,14 @@ tests:
196
190
module : test_cephadm.py
197
191
name : deploy more mons and mgrs
198
192
199
- # deploy osds
200
-
201
- - test :
193
+ - test : # deploy osds
202
194
abort-on-fail : true
203
195
clusters :
204
196
ceph-pri :
205
197
config :
206
198
verify_cluster_health : true
207
199
steps :
208
- - config :
200
+ - config :
209
201
command : apply
210
202
service : osd
211
203
args :
@@ -233,9 +225,7 @@ tests:
233
225
destroy-cluster : false
234
226
module : test_cephadm.py
235
227
236
- # deploy rgws
237
-
238
- - test :
228
+ - test : # deploy sync rgws
239
229
abort-on-fail : true
240
230
clusters :
241
231
ceph-pri :
@@ -289,9 +279,7 @@ tests:
289
279
module : test_cephadm.py
290
280
name : sync rgws deploy using cephadm
291
281
292
- # # deploy rgws
293
-
294
- - test :
282
+ - test : # deploy io rgws
295
283
abort-on-fail : true
296
284
clusters :
297
285
ceph-pri :
@@ -433,9 +421,7 @@ tests:
433
421
module : test_cephadm.py
434
422
polarion-id : CEPH-83574727
435
423
436
- # # configuring HAproxy on the port '5000'
437
-
438
- - test :
424
+ - test : # configuring HAproxy on the port '5000'
439
425
abort-on-fail : true
440
426
clusters :
441
427
ceph-pri :
@@ -464,9 +450,7 @@ tests:
464
450
name : " Configure HAproxy"
465
451
polarion-id : CEPH-83572703
466
452
467
- # # configuring HAproxy on the port '5000'
468
-
469
- - test :
453
+ - test : # configuring HAproxy on the port '5000'
470
454
abort-on-fail : true
471
455
clusters :
472
456
ceph-pri :
@@ -495,9 +479,7 @@ tests:
495
479
name : " Configure HAproxy"
496
480
polarion-id : CEPH-83572703
497
481
498
- # Setting up primary site in a multisite
499
-
500
- - test :
482
+ - test : # Setting up primary site in a multisite
501
483
abort-on-fail : true
502
484
clusters :
503
485
ceph-pri :
@@ -524,9 +506,7 @@ tests:
524
506
name : Setting up primary site in a multisite
525
507
polarion-id : CEPH-10362
526
508
527
- # Setting up secondary site in a multisite
528
-
529
- - test :
509
+ - test : # Setting up secondary site in a multisite
530
510
abort-on-fail : true
531
511
clusters :
532
512
ceph-sec :
@@ -551,9 +531,7 @@ tests:
551
531
name : setup multisite
552
532
polarion-id : CEPH-10362
553
533
554
- # Setting up archive site in a multisite
555
-
556
- - test :
534
+ - test : # Setting up archive site in a multisite
557
535
abort-on-fail : true
558
536
clusters :
559
537
ceph-arc :
0 commit comments