1BKR-SYSTEM-MODIFY(1) Beaker BKR-SYSTEM-MODIFY(1)
2
3
4
6 bkr-system-modify - Modify system attributes
7
9 bkr system-modify [options] <fqdn> ..
10
12 Modify attributes of Beaker systems.
13
14 New in version 0.19.
15
16
18 --owner <username>
19 Change the system owner to <username>.
20
21 --condition <condition>
22 Change the system condition to <condition>. Valid values are
23 Automated, Manual, Broken, and Removed.
24
25 --host-hypervisor <type>
26 Change the system's host hypervisor type to <type>.
27
28 For systems which are virtualized, this field indicates which
29 virtualization technology is used by the host. An empty value
30 indicates that the system is bare metal (not a virtual guest).
31
32 --pool-policy <poolname>
33 Change the active access policy to that of the system pool
34 <pool>. The system must be in the pool to use its policy. This
35 must be specified only once, and is mutually exclusive with
36 --use-custom-policy.
37
38 --use-custom-policy
39 Change the active access policy to that of the system's custom
40 access policy. This must be specified only once, and is mutually
41 exclusive with --pool-policy.
42
43 Common bkr options are described in the Options section of bkr(1).
44
46 Non-zero on error, otherwise zero.
47
49 Modify the owner of a particular system to jdoe:
50 bkr system-modify --owner jdoe test.system.fqdn
51
52 Change the active access policy of the system to use mypool's policy:
53 bkr system-modify --pool-policy mypool test.system.fqdn
54
56 bkr(1)
57
59 The Beaker team <beaker-devel@lists.fedorahosted.org>
60
62 2013-2020 Red Hat, Inc.
63
64
65
66
6727.4 Mar 30, 2020 BKR-SYSTEM-MODIFY(1)