bkr labcontroller-create: Create a new lab controller¶
Synopsis¶
bkr labcontroller-create [options]
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)