bkr-labcontroller-modify - Man Page
Modify a lab controller
Synopsis
bkr labcontroller-modify [options] <fqdn> [--fqdn <fqdn>] [--user <username>] [--password <password>] [--email <email_address>] [--enable] [--disable]
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)
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.