-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
I3Minimal impactMinimal impactS4RoutineRoutineU4Nothing urgentNothing urgentfeatureCompletely new functionalityCompletely new functionalitygood first issueGood for newcomersGood for newcomersneofs-cliNeoFS CLI application issuesNeoFS CLI application issues
Milestone
Description
Is your feature request related to a problem? Please describe.
sometimes I have to formulate a non-trivial container policy. I want to verify its correctness, i.e.:
- it has correct format
- being applied to the current netmap, it acts as needed to me
currently, all i can do is to
- create container with this policy. If succeeded, it has correct format
- call
neofs-cli container nodes - delete the container if SN are not selected as expected
1 and 3 are paid ops. It'd be nice to have a utility for testing policies
Describe the solution you'd like
provide
$ neofs-cli container test-policy -p policy.json -r s01.neofs.devenv:8080
with same output as container nodes
Describe alternatives you've considered
add --policy flag to container nodes cmd mutexed w/ currently required --cid one. Pros: no new cmd. Cons: input branching
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
I3Minimal impactMinimal impactS4RoutineRoutineU4Nothing urgentNothing urgentfeatureCompletely new functionalityCompletely new functionalitygood first issueGood for newcomersGood for newcomersneofs-cliNeoFS CLI application issuesNeoFS CLI application issues