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 (Note: this command requires Python 2.6 or later)
18
19 New in version 20.
20
21
23 --pool <poolname>
24 The system pool to add the systems to. This option is mandatory.
25
26 --system <fqdn>
27 Adds the system specified by <fqdn> to the system pool <pool‐
28 name>. This option can be specified multiple times to add more
29 than one system to the pool.
30
31 Common bkr options are described in the Options section of bkr(1).
32
34 Zero if all systems were added to the pool successfully. Non-zero if
35 any system could not be added to the pool. Note that in this case, some
36 systems may have been successfully added before the error occurred.
37
39 Add the system "fqdn1.example.com" to the "beakerdevs" system pool:
40
41 bkr pool-add --pool beakerdevs --system fqdn1.example.com
42
44 bkr(1), bkr-pool-remove(1)
45
47 The Beaker team <beaker-devel@lists.fedorahosted.org>
48
50 2013, Red Hat, Inc
51
52
53
54
5526.3 Jan 31, 2019 BKR-POOL-ADD(1)