Skip to content

Commit e9b6f49

Browse files
committed
removed trailing spaces
1 parent 2d10989 commit e9b6f49

File tree

1 file changed

+14
-36
lines changed

1 file changed

+14
-36
lines changed

rgw/standalone/extensa/extensa_ms_archive_deploy.yaml

+14-36
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ tests:
3030
module: install_prereq.py
3131
name: setup pre-requisites
3232

33-
#perform bootstrap
34-
35-
- test:
33+
- test: # perform bootstrap
3634
abort-on-fail: true
3735
clusters:
3836
ceph-pri:
@@ -83,9 +81,7 @@ tests:
8381
module: test_cephadm.py
8482
name: Bootstrap clusters
8583

86-
#enable ptrace and set log to file
87-
88-
- test:
84+
- test: #enable ptrace and set log to file
8985
abort-on-fail: true
9086
clusters:
9187
ceph-pri:
@@ -117,9 +113,7 @@ tests:
117113
name: setup debugging for containers
118114
polarion-id: CEPH-10362
119115

120-
#deploy more mons and mgrs
121-
122-
- test:
116+
- test: #deploy more mons and mgrs
123117
abort-on-fail: true
124118
clusters:
125119
ceph-pri:
@@ -144,7 +138,7 @@ tests:
144138
args:
145139
placement:
146140
label: mon
147-
141+
148142
ceph-sec:
149143
config:
150144
verify_cluster_health: true
@@ -167,7 +161,7 @@ tests:
167161
args:
168162
placement:
169163
label: mon
170-
164+
171165
ceph-arc:
172166
config:
173167
verify_cluster_health: true
@@ -196,16 +190,14 @@ tests:
196190
module: test_cephadm.py
197191
name: deploy more mons and mgrs
198192

199-
# deploy osds
200-
201-
- test:
193+
- test: # deploy osds
202194
abort-on-fail: true
203195
clusters:
204196
ceph-pri:
205197
config:
206198
verify_cluster_health: true
207199
steps:
208-
- config:
200+
- config:
209201
command: apply
210202
service: osd
211203
args:
@@ -233,9 +225,7 @@ tests:
233225
destroy-cluster: false
234226
module: test_cephadm.py
235227

236-
# deploy rgws
237-
238-
- test:
228+
- test: # deploy sync rgws
239229
abort-on-fail: true
240230
clusters:
241231
ceph-pri:
@@ -289,9 +279,7 @@ tests:
289279
module: test_cephadm.py
290280
name: sync rgws deploy using cephadm
291281

292-
# # deploy rgws
293-
294-
- test:
282+
- test: # deploy io rgws
295283
abort-on-fail: true
296284
clusters:
297285
ceph-pri:
@@ -433,9 +421,7 @@ tests:
433421
module: test_cephadm.py
434422
polarion-id: CEPH-83574727
435423

436-
# # configuring HAproxy on the port '5000'
437-
438-
- test:
424+
- test: # configuring HAproxy on the port '5000'
439425
abort-on-fail: true
440426
clusters:
441427
ceph-pri:
@@ -464,9 +450,7 @@ tests:
464450
name: "Configure HAproxy"
465451
polarion-id: CEPH-83572703
466452

467-
# # configuring HAproxy on the port '5000'
468-
469-
- test:
453+
- test: # configuring HAproxy on the port '5000'
470454
abort-on-fail: true
471455
clusters:
472456
ceph-pri:
@@ -495,9 +479,7 @@ tests:
495479
name: "Configure HAproxy"
496480
polarion-id: CEPH-83572703
497481

498-
# Setting up primary site in a multisite
499-
500-
- test:
482+
- test: # Setting up primary site in a multisite
501483
abort-on-fail: true
502484
clusters:
503485
ceph-pri:
@@ -524,9 +506,7 @@ tests:
524506
name: Setting up primary site in a multisite
525507
polarion-id: CEPH-10362
526508

527-
# Setting up secondary site in a multisite
528-
529-
- test:
509+
- test: # Setting up secondary site in a multisite
530510
abort-on-fail: true
531511
clusters:
532512
ceph-sec:
@@ -551,9 +531,7 @@ tests:
551531
name: setup multisite
552532
polarion-id: CEPH-10362
553533

554-
# Setting up archive site in a multisite
555-
556-
- test:
534+
- test: # Setting up archive site in a multisite
557535
abort-on-fail: true
558536
clusters:
559537
ceph-arc:

0 commit comments

Comments
 (0)