Components versions check #166
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-testlib#166
Loading…
Reference in a new issue
No description provided.
Delete branch "(deleted):feature/components_versions_check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -9,0 +11,4 @@
FROSTFS_S3_EXEC = os.getenv("???", "frostfs-s3-gw")
FROSTFS_STORAFE_EXEC = os.getenv("???", "frostfs-node")
FROSTFS_TREE_METRICS_EXPORTER_EXEC = os.getenv("???", "frostfs-tree-metrics-exporter")
TO_BE4FE_EXEC = os.getenv("???", "tatlin-object-be4fe")
What is Tatlin ? This if frostfs - it cant contain anything from proprietary products
@ -6,6 +6,20 @@ FROSTFS_CLI_EXEC = os.getenv("FROSTFS_CLI_EXEC", "frostfs-cli")
FROSTFS_AUTHMATE_EXEC = os.getenv("FROSTFS_AUTHMATE_EXEC", "frostfs-s3-authmate")
FROSTFS_ADM_EXEC = os.getenv("FROSTFS_ADM_EXEC", "frostfs-adm")
FROSTFS_HTTP_EXEC = os.getenv("???", "frostfs-http-gw")
These are already in report, no need to specify it
Pull request closed