Skip to content
Snippets Groups Projects
  1. May 27, 2021
    • Marques Johansson's avatar
      Packet renamed (#7653) · 3a37a496
      Marques Johansson authored
      
      * Packet->Equinix Metal rename #6901 
      
      Updates throughout to reflect #6901 renaming for Packet to Equinix Metal.
      
      * Rename Packet to Equinix Metal throughout the project #6901
      
      Packet is renamed to Equinix Metal in more contexts including
      documentation links. The Terraform provider used is still the Packet
      provider. The environment variables and configuration options still
      refer to the Packet name.
      
      Signed-off-by: default avatarMarques Johansson <mjohansson@equinix.com>
      
      Co-authored-by: default avatarEdward Vielmetti <ed@packet.net>
      Unverified
      3a37a496
  2. Oct 29, 2019
    • Eric Lake's avatar
      Terraform dynamic inventory 0.12.12 (#5298) · 108a6297
      Eric Lake authored
      * Update parsing of terraform state file for 0.12.12
      
      * Resource does not seem to have a module element but instead has
      provider
      * Return the boolean right way if it is already a bool since a bool does
      not have an lower method
      
      * Remove the setting of ansible_ssh_user to root for all Packet
      
      Not all servers in packet are accessed as root by default. CoreOS
      systems use the `core` user. Removing this allows the user to specify
      the remote user with an extra_var or in an ansible.cfg file.
      
      * Default to root user for packet devices except on CoreOS
      
      * Update TF_VERSION for packet in tf-validate-packet
      
      Update TV_VERSION to 0.12.12 for gitlab-ci tf-validate-packet tests
      
      * convert packet terraform files to TV_VERSION 4
      
      * initalize terraform before copying the variable file to the top level dir
      108a6297
  3. Apr 25, 2019
  4. Apr 23, 2019
    • Matthew Mosesohn's avatar
      disable metrics server and fix terraform (#4617) · d89ecb83
      Matthew Mosesohn authored
      * disable metrics server in centos7-flannel-addons job
      
      Change-Id: I1d87923547584896f64dda9ea8feb5581ad48cbe
      
      * Fix tf facility->facilities syntax
      
      Change-Id: I434bfe53f47e8e4a546890e0b62d24bde6e6d6a7
      
      * Update Terraform CI for facilities
      
      * Fix undefined variable error
      d89ecb83
  5. Jan 31, 2019
    • Maxime Guyot's avatar
      Add support for Packet with Terraform (#4043) · 40f1c51e
      Maxime Guyot authored
      * Add support for Packet with Terraform
      
      Co-Author: johnstudarus <john@jhlconsulting.com>
      
      * removed advanced features to streamline
      
      * clarifying usage
      
      * Update README.md
      
      provide a better test to validate things are working OK
      
      * Update README.md
      
      clarifying what to set
      
      * minor wordsmithing
      
      * Fix admin cert path
      
      * clarifying how to configure keys
      
      * enabling kubeconfig_localhost
      
      pull over the configuration file via playbooks rather than the key files individually
      
      * Create output.tf
      
      * Add support for node specific plans
      40f1c51e
Loading