The Lab Management Pre-Deployment Checklist is a form to aid you in collecting and recording the
data that you need to deploy and install Lab Management. It is also useful as a document that you can
submit to other departments in your company if they are the sources for this critical
information.
Deployment Type |
Value |
Specify one of the following Lab Management Deployment types:
- Direct-Access Deployment
- Isolated-Access Deployment
- Mixed-Access Deployment
|
|
Site-Specific Configuration Arguments (From the sample-site.conf File)
Note: Every line item in this section represents a mandatory piece of information that you
must supply to create a basic and functioning Lab Management installation.
Networking Variables |
Value |
cubit_domain=cubit.example.com
|
|
Authentication variables (CEE or TeamForge) Variables |
Value |
cubit_auth_scheme=cee
|
|
If using SFEE auth, the URL of the SOAP server:
cubit_sfee_soap_api_server_url=http://sfeedemo.collab.net:8080
|
|
If using CEE auth, the CEE domain which this cubit site consults for auth:
cubit_cee_domain=example.com
cubit_tigris_readonly_pwd=CHANGEME
|
|
IP address of the Active Directory Server that Lab Management will use. The default
assumes a local virtual machine.
ip_address = 192.168.204.2
hostname = %(cubit_mgr_hostname)s
|
|
cubit_root_bind_pwd=CHANGEME
|
|
cubit_search_bind_pwd=CHANGEME
|
|
cubit_nodes_root_password=CHANGEME
cubit_nodes_root_md5_hash
cubit_nodes_root_des_hash
|
|
cubit_nfs_mgr = mgr.cubit.example.com
|
|
cubit_http_user = cubitrepo
cubit_http_user_password=CHANGEME
|
|
Lab Management Client Node Reboot Variables |
Value |
cubit_ilo_user=cubit
cubit_ilo_user_pwd=CHANGEME
|
|
alom_user=cubit
alom_user_pwd=CHANGEME
|
|
cubit_apcpower_snmp_pass=CHANGEME
|
|
cubit_admin_email=you@example.com
|
|
cubit_distribution_dir=/usr/local/cubit-mgr
|
|
cubit_forward_dns = 192.168.88.1 192.168.89.1 192.168.90.1
|
|
Monitoring Settings |
Value |
cubit_monitor_action = monitoring type
Values for monitoring types:
send_bb_alert
send_ng alert
page_poc
|
|
NFS Home Directories |
Value |
nfs_homedir_remote_hostname = % (cubit_mgr_hostname)s
nfs_homedir_remote_volume = % (cubit_chroot_dir)s
homedir_local_mountpoint = %(cubit_chroot_dir)s
homedir_local_export_options = rw.sync
osdir_local_mountpoint = /public
nfs_osdir_remote_hostname = % (cubit_mgr_hostname)s
nfs_osdir_remote_volume = /public
|
|
Network Section |
Value |
Specify one such section per network managed by this Lab Management
Domain:
[192.168.204.0/24]
|
|
description = My first Lab Management subnet
|
|
mgr_subnet_ip = 192.168.204.1
|
|
priority = 1
|
|
routed = no
|
|
gateway = 192.168.204.1
|
|
dhcp_range_start = 11
dhcp_range_end = 254
|
|