From 9e79a714390f1964591c2f4795fa49ab3672bcb3 Mon Sep 17 00:00:00 2001 From: nkinkade Date: Thu, 22 Aug 2019 11:04:04 -0600 Subject: [PATCH] Sets maxrate to 10gbit for 10g sites. (#139) --- configs/stage3_coreos/resources/cloud-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stage3_coreos/resources/cloud-config.yml b/configs/stage3_coreos/resources/cloud-config.yml index 4cfd78a3..baade506 100644 --- a/configs/stage3_coreos/resources/cloud-config.yml +++ b/configs/stage3_coreos/resources/cloud-config.yml @@ -191,7 +191,7 @@ write_files: https://siteinfo.mlab-oti.measurementlab.net/v1/sites/switches.json \ | jq -r ".${SITE}.uplink_speed") if [[ "${SPEED}" == "10g" ]]; then - MAXRATE="8gbit" + MAXRATE="10gbit" elif [[ "${SPEED}" == "1g" ]]; then MAXRATE="1gbit" else