Kevin Yeh has proposed merging ~kevinyeh/cc-tool-box:add-lab6-support into
cc-tool-box:master.
Commit message:
Update: add dhcp server & file server for lab6.
Requested reviews:
Canonical Hardware Certification (canonical-hw-cert)
For more details, see:
https://code.launchpad.net/~kevinyeh/cc-tool-box/+git/cc-tool-box/+merge/457749
--
Your team Canonical Hardware Certification is requested to review the proposed
merge of ~kevinyeh/cc-tool-box:add-lab6-support into cc-tool-box:master.
diff --git a/config/cc_lab_manager/cc_lab_manager_maptable.py b/config/cc_lab_manager/cc_lab_manager_maptable.py
index 90fd1ad..869c97f 100644
--- a/config/cc_lab_manager/cc_lab_manager_maptable.py
+++ b/config/cc_lab_manager/cc_lab_manager_maptable.py
@@ -14,12 +14,14 @@ lab_dhcp_servers = {
# Value should be a string.
'tel-l3': '[email protected]',
'tel-l5': '[email protected]'
+ 'tel-l6': '[email protected]'
}
lab_file_servers = {
# Value should be a string.
'tel-l3': 'http://10.102.196.9',
'tel-l5': 'http://10.102.196.9'
+ 'tel-l6': 'http://10.102.196.9'
}
lab_netboot_servers = {
--
Mailing list: https://launchpad.net/~canonical-hw-cert
Post to : [email protected]
Unsubscribe : https://launchpad.net/~canonical-hw-cert
More help : https://help.launchpad.net/ListHelp