displague / vagrant-linode

A Vagrant plugin that adds a Linode provider to Vagrant, allowing Vagrant to control and provision Linodes.
MIT License
124 stars 23 forks source link

Linode plans have changed #70

Closed displague closed 7 years ago

displague commented 7 years ago

Vagrant-Linode uses PlanID=1. https://www.linode.com/api/utility/avail.linodeplans

This PlanID pointed to the Linode 2048 ($10, 2g ram, 24g SDD) plan before 12p eastern on Feb 14, 2017, but that PlanID now references the Linode 1024 ($5, 1g ram, 20g SDD) plan. https://www.linode.com/pricing

displague commented 7 years ago

PlanID=1 is going to remain the default. You can change this in your Vagrantfile or set a Plan using text matching (but this can also become a problem if your favorite plan goes away, as "Linode 1024" did in the past).