canonical-hw-cert team mailing list archive
-
canonical-hw-cert team
-
Mailing list archive
-
Message #228340
[Merge] ~nancy-chen/cc-tool-box:add-l4-to-allow-qa-enablement-team into cc-tool-box:master
Nancy Chen has proposed merging ~nancy-chen/cc-tool-box:add-l4-to-allow-qa-enablement-team into cc-tool-box:master.
Commit message:
1. add l4 to the pool to allow devices from QA/Enablement team to be part of cc-lab-manager
2. rename the original cert-tel-l4-dhcpd-pool.config for l4 to avoid overwriting.
Requested reviews:
Canonical Hardware Certification (canonical-hw-cert)
For more details, see:
https://code.launchpad.net/~nancy-chen/cc-tool-box/+git/cc-tool-box/+merge/463185
--
Your team Canonical Hardware Certification is requested to review the proposed merge of ~nancy-chen/cc-tool-box:add-l4-to-allow-qa-enablement-team 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 aba0504..50ace00 100644
--- a/config/cc_lab_manager/cc_lab_manager_maptable.py
+++ b/config/cc_lab_manager/cc_lab_manager_maptable.py
@@ -20,6 +20,7 @@ lab_dhcp_servers = {
lab_file_servers = {
# Value should be a string.
'tel-l3': 'http://10.102.196.9',
+ 'tel-l4': 'http://10.102.196.9',
'tel-l5': 'http://10.102.196.9',
'tel-l6': 'http://10.102.196.9'
}
diff --git a/config/dhcp/cert-tel-l4-dhcpd-pool.conf b/config/dhcp/cert-tel-l4-dhcpd-pool-legacy.conf
similarity index 100%
rename from config/dhcp/cert-tel-l4-dhcpd-pool.conf
rename to config/dhcp/cert-tel-l4-dhcpd-pool-legacy.conf