Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Metros and update the default OS, plan, and location #62

Merged
merged 5 commits into from
May 20, 2021

Commits on Apr 23, 2021

  1. update packngo to 0.13.0

    Signed-off-by: Marques Johansson <mjohansson@equinix.com>
    displague committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    f896ddb View commit details
    Browse the repository at this point in the history
  2. add metro support and update default OS

    Signed-off-by: Marques Johansson <mjohansson@equinix.com>
    displague committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    033e2b0 View commit details
    Browse the repository at this point in the history
  3. default metro only when facility is not provided

    Signed-off-by: Marques Johansson <mjohansson@equinix.com>
    displague committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    dfbe73d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. fix defaultMetro (use "dc" not "DC")

    Signed-off-by: Marques Johansson <mjohansson@equinix.com>
    displague committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    13247b5 View commit details
    Browse the repository at this point in the history
  2. change default plan from baremetal_0 to c3.small.x86

    baremetal_0 is an alias for t1.small.x86 which is not available to new
    Equinix Metal users. c3.small.x86 is the smallest plan available to all
    users.
    
    Signed-off-by: Marques Johansson <mjohansson@equinix.com>
    displague committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    359756b View commit details
    Browse the repository at this point in the history