1BKR-POOL-ADD(1) Beaker BKR-POOL-ADD(1)
2
3
4
6 bkr-pool-add - Add systems to a system pool
7
9 bkr pool-add [options]
10 --pool <poolname>
11 --system <fqdn>
12
13
15 Adds systems to an existing system pool.
16
17 New in version 20.
18
19
21 --pool <poolname>
22 The system pool to add the systems to. This option is mandatory.
23
24 --system <fqdn>
25 Adds the system specified by <fqdn> to the system pool <pool‐
26 name>. This option can be specified multiple times to add more
27 than one system to the pool.
28
29 Common bkr options are described in the Options section of bkr(1).
30
32 Zero if all systems were added to the pool successfully. Non-zero if
33 any system could not be added to the pool. Note that in this case, some
34 systems may have been successfully added before the error occurred.
35
37 Add the system "fqdn1.example.com" to the "beakerdevs" system pool:
38
39 bkr pool-add --pool beakerdevs --system fqdn1.example.com
40
42 bkr(1), bkr-pool-remove(1)
43
45 The Beaker team <beaker-devel@lists.fedorahosted.org>
46
48 2013-2021 Red Hat, Inc.
49
50
51
52
5328.2 Feb 17, 2021 BKR-POOL-ADD(1)