janeczku / docker-machine-vultr

:m: Docker Machine driver for Vultr Cloud
MIT License
192 stars 25 forks source link

The default plan `93` is deprecated #23

Closed twang2218 closed 7 years ago

twang2218 commented 7 years ago

The plan list from API https://api.vultr.com/v1/plans/list?type=vc2, shows 93 plan is deprecated:

  "93": {
    "VPSPLANID": "93",
    "name": "1024 MB RAM,20 GB SSD,2.00 TB BW",
    "vcpu_count": "1",
    "ram": "1024",
    "disk": "20",
    "bandwidth": "2.00",
    "bandwidth_gb": "2048",
    "price_per_month": "10.00",
    "plan_type": "SSD",
    "windows": false,
    "available_locations": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 19, 24, 25, 39, 40],
    "deprecated": true
  },

It might be replaced with 201:

  "201": {
    "VPSPLANID": "201",
    "name": "1024 MB RAM,25 GB SSD,1.00 TB BW",
    "vcpu_count": "1",
    "ram": "1024",
    "disk": "25",
    "bandwidth": "1.00",
    "bandwidth_gb": "1024",
    "price_per_month": "5.00",
    "plan_type": "SSD",
    "windows": false,
    "available_locations": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 19, 24, 25, 39, 40]
  },
janeczku commented 7 years ago

Thanks for the info, changed default plan in https://github.com/janeczku/docker-machine-vultr/commit/69126acaf4f44a1994217080b8bbbdff277de747