canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #187123
[Merge] ~kevinyeh/cc-tool-box:add-lab6-support into cc-tool-box:master
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': 'ubuntu@10.102.152.2',
'tel-l5': 'ubuntu@10.102.160.2'
+ 'tel-l6': 'ubuntu@10.102.164.2'
}
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 = {