bkr-labcontroller-create - Man Page
Create a new lab controller
Synopsis
bkr labcontroller-create [options] --fqdn <fqdn> --user <username> [--password <password>] --email <email_address>
Description
Creates a new Lab controller.
Options
- --fqdn <fqdn>
Set the lab controller's FQDN.
- --user <username>
Sets the username for the lab controller's user account. The lab controller must be configured to authenticate as this username.
- --password <password>
Sets the password for the lab controller's user account, if using password-based authentication. The lab controller must be configured to use this password for authentication. If your Beaker site is using Kerberos authentication, omit this option.
- --email <email_address>
Sets the email address for the lab controller's user account.
Common bkr options are described in the Options section of bkr(1).
Exit Status
Non-zero on error, otherwise zero.
Examples
Create a Lab controller lab1.fqdn.name:
bkr labcontroller-create --fqdn lab1.fqdn.name --user host/lab1.fqdn.name --password lc1 --email user@lab1.fqdn.name
See Also
bkr labcontroller-list(1)
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.