Skip to content

Commit a24e883

Browse files
committed
fix: Resolve Ferret warnings
1 parent e470210 commit a24e883

File tree

6 files changed

+15
-17
lines changed

6 files changed

+15
-17
lines changed

.qubership/grand-report.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"exclusions" : [ {
3+
"t-hash" : "14ff48a222e433c0dc21ba755e1990034a4c35e1e9bde940516f190323a73619",
4+
"f-hash" : "a82fe1c8cecf4df558b8f06a146f9857d7706e9dbda4df8b84a559c857255332"
5+
}, {
6+
"t-hash" : "59cc39b1dd726bea0fac191475ebce49d509c008470c46e66a280aeb9a02cb15",
7+
"f-hash" : "f6ed156e4bf5c791680662464b94ea5d753f219ee816b385f67870e2c0d7d4c7"
8+
} ]
9+
}

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,3 @@ catalog-build: opm ## Build a catalog image.
234234
.PHONY: catalog-push
235235
catalog-push: ## Push a catalog image.
236236
$(MAKE) docker-push IMG=$(CATALOG_IMG)
237-
238-
capabilities: capmd-gen
239-
CAPMD_GEN=$(CAPMDGEN_DIR)/capmdgen ;\
240-
$(CAPMDGEN_DIR)/capmdgen -schema $(CAPMDGEN_DIR)/schema/capabilities_schema.json \
241-
-yaml ../docs/data/capabilities.yaml -output ../docs/public/capabilites.md
242-
243-
capmd-gen:
244-
rm -rf ./$(CAPMDGEN_DIR) && \
245-
mkdir -p $(CAPMDGEN_DIR) && \
246-
git clone git@git.qubership.org:prod.platform.cloud.infra/internal/capmdgen.git ./$(CAPMDGEN_DIR) && \
247-
cd $(CAPMDGEN_DIR) && go build -o ./capmdgen

docs/sources/zookeeper_components_overview.drawio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<mxfile host="app.diagrams.net" modified="2023-06-15T18:25:21.287Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" etag="UME97Q-yBvCQhoFQ0Lkj" version="21.3.8" type="device">
2-
<diagram name="Страница 1" id="4z00RaQAxQmhVNx2afPg">
2+
<diagram name="Page 1" id="4z00RaQAxQmhVNx2afPg">
33
<mxGraphModel dx="989" dy="510" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
44
<root>
55
<mxCell id="0" />

docs/sources/zookeeper_on_prem_deploy.drawio

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<mxfile host="Electron" modified="2023-08-29T12:14:29.354Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/21.6.8 Chrome/114.0.5735.289 Electron/25.5.0 Safari/537.36" etag="iAfy68JejQ7kVouObG0C" version="21.6.8" type="device" pages="2">
2-
<diagram name="Страница 1" id="-YfgnIa4UP3WqKYYjQnH">
2+
<diagram name="Page 1" id="-YfgnIa4UP3WqKYYjQnH">
33
<mxGraphModel dx="683" dy="402" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
44
<root>
55
<mxCell id="0" />
@@ -257,7 +257,7 @@
257257
</root>
258258
</mxGraphModel>
259259
</diagram>
260-
<diagram id="nKIUmdFqf13q6_TKDVd7" name="Страница 2">
260+
<diagram id="nKIUmdFqf13q6_TKDVd7" name="Page 2">
261261
<mxGraphModel dx="954" dy="555" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
262262
<root>
263263
<mxCell id="0" />

integration-tests/robot/tests/zookeeper/backup_tests/zookeeper_backup.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Create Nodes For Restore Test
6969

7070
Create Nodes For Restore Advanced
7171
Create Node ${zk} ${ZOOKEEPER_NODE_PATH}/tmp1 123$%_&$/n
72-
Create Node ${zk} ${ZOOKEEPER_NODE_PATH}/tmp2 темп2
72+
Create Node ${zk} ${ZOOKEEPER_NODE_PATH}/tmp2 tmp2
7373
Create Node ${zk} ${ZOOKEEPER_NODE_PATH}/tmp3 ""
7474
Create Node ${zk} ${ZOOKEEPER_NODE_PATH}/tmp3/nested tmp3
7575
Create Byte Node ${zk} ${ZOOKEEPER_NODE_PATH}/tmp4 \x00\x01\xffsd
@@ -143,7 +143,7 @@ Check That Nodes Exist After Restore Advanced
143143
Check Existence Of Node ${ZOOKEEPER_NODE_PATH}/tmp1
144144
Check Node Value ${ZOOKEEPER_NODE_PATH}/tmp1 123$%_&$/n
145145
Check Existence Of Node ${ZOOKEEPER_NODE_PATH}/tmp2
146-
Check Node Value ${ZOOKEEPER_NODE_PATH}/tmp2 темп2
146+
Check Node Value ${ZOOKEEPER_NODE_PATH}/tmp2 tmp2
147147
Check Existence Of Node ${ZOOKEEPER_NODE_PATH}/tmp3/nested
148148
Check Node Value ${ZOOKEEPER_NODE_PATH}/tmp3/nested tmp3
149149
Check Existence Of Node ${ZOOKEEPER_NODE_PATH}/tmp4

operator/charts/helm/zookeeper-service/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ monitoring:
219219
# securityContext: {
220220
# "runAsUser": 1000
221221
# }
222-
customLabelsё: {}
222+
customLabels: {}
223223

224224
## Values for ZooKeeper Backup Daemon deployment
225225
backupDaemon:

0 commit comments

Comments
 (0)