1RESALLOC(1) Generated Python Manual RESALLOC(1)
2
3
4
6 resalloc
7
9 resalloc [-h] [--connection CONNECTION] [--version] {ticket,ticket-
10 check,ticket-wait,ticket-close} ...
11
12
14 --connection CONNECTION
15
16
17 --version
18 show program's version number and exit
19
20
22 resalloc ticket
23 Create ticket
24
25 resalloc ticket-check
26 Obtain ticket
27
28 resalloc ticket-wait
29 Wait till ticket is ready and write the output
30
31 resalloc ticket-close
32 Close a ticket
33
34
36 usage: resalloc ticket [-h] --tag TAGS [--sandbox SANDBOX]
37
38
40 --tag TAGS
41 What tag the Resource should have
42
43
44 --sandbox SANDBOX
45 Place the assigned resource into sandbox, and allow it's re-use
46 for subsequent tickets (having the same --sandbox). This makes
47 your ticket resolution faster, depending whether the server al‐
48 lows this feature or not. When --sandbox isn't specified, server
49 uses randomly generated unique value and never re-uses the as‐
50 signed resource.
51
52
54 usage: resalloc ticket-check [-h] ticket
55
56
57 ticket Get the ticket
58
59
61 usage: resalloc ticket-wait [-h] ticket
62
63
64 ticket ID of ticket to wait for
65
66
68 usage: resalloc ticket-close [-h] ticket
69
70
71 ticket ID of ticket to be closed
72
73
75 Pavel Raiskup <praiskup@redhat.com>
76
77
79 The latest version of resalloc may be downloaded from
80 ⟨https://github.com/praiskup/resalloc⟩
81
82
83
84resalloc 5.1 2023-11-06 RESALLOC(1)