bkr labcontroller-modify: Modify a lab controller¶
Synopsis¶
Description¶
Modify the attributes of an existing lab controller.
Options¶
-
--fqdn
<fqdn>
¶ Change the lab controller’s FQDN to <fqdn>
-
--user
<username>
¶ Change the username of the lab controller’s user account to <username>
-
--password
<password>
¶ Change the password of the lab controller’s user account to <password>
-
--email
<email_address>
¶ Change the email address of the lab controller’s user account to <email-address>
-
--create
¶
Create the lab controller if it does not exist
-
--enable
¶
Enable the lab controller
-
--disable
¶
Disable the lab controller
Common bkr options are described in the Options section of bkr(1).
Exit status¶
Non-zero on error, otherwise zero.
Examples¶
Change the lab controller ‘lab1.fqdn.name’ with new fqdn ‘lab2.fqdn.name’:
bkr labcontroller-modify --fqdn lab2.fqdn.name lab1.fqdn.name
Change the lab controller ‘lab1.fqdn.name’ with new user account details:
bkr labcontroller-modify --user newusername --password newpass --email newemail.example.com lab1.fqdn.name
See also¶
bkr labcontroller-list(1)