Skip to content

Commit

Permalink
Sets maxrate to 10gbit for 10g sites. (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade committed Aug 22, 2019
1 parent 6e845af commit 9e79a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/stage3_coreos/resources/cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e79a71

Please sign in to comment.