1BKR-SYSTEM-MODIFY(1)                Beaker                BKR-SYSTEM-MODIFY(1)
2
3
4

NAME

6       bkr-system-modify - Modify system attributes
7

SYNOPSIS

9       bkr system-modify [options] <fqdn> ..
10

DESCRIPTION

12       Modify attributes of Beaker systems.
13
14       New in version 0.19.
15
16

OPTIONS

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       --location <location>
44              Physical location of the system.
45
46       --power-type <power-type>
47              Remote power control type. This value must be a valid power type
48              configured by the Beaker administrator (or  one  of  the  Beaker
49              defaults).
50
51       --power-address <power-address>
52              Address passed to the power control script.
53
54       --power-user <power-user>
55              Username passed to the power control script.
56
57       --power-password <power-password>
58              Password passed to the power control script.
59
60       --power-id <power-id>
61              Unique  identifier passed to the power control script. The mean‐
62              ing of the power ID depends on which  power  type  is  selected.
63              Typically this field identifies a particular plug, socket, port,
64              or virtual guest name.
65
66       --power-quiescent-period <seconds>
67              Quiescent period for power control. Beaker will delay  at  least
68              this long between consecutive power commands.
69
70       --release-action <release-action>
71              Action  to  take  whenever  a  reservation  for  this  system is
72              returned: PowerOff, LeaveOn, ReProvision.
73
74       Common bkr options are described in the Options section of bkr(1).
75

EXIT STATUS

77       Non-zero on error, otherwise zero.
78

EXAMPLES

80       Modify the owner of a particular system to jdoe:
81          bkr system-modify --owner jdoe test.system.fqdn
82
83       Change the active access policy of the system to use mypool's policy:
84          bkr system-modify --pool-policy mypool test.system.fqdn
85

SEE ALSO

87       bkr(1)
88

AUTHOR

90       The Beaker team <beaker-devel@lists.fedorahosted.org>
91
93       2013-2021 Red Hat, Inc.
94
95
96
97
9828.2                             Feb 17, 2021             BKR-SYSTEM-MODIFY(1)
Impressum