Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

EM: Add worker pool specific facility param #1359

Merged
merged 7 commits into from
Mar 1, 2021

Commits on Feb 26, 2021

  1. packet: Add worker pool specific facility param

    This commit adds a param to the worker pools called facility. This
    allows users to choose a different facility/region than the controller
    nodes. The default behaviour is to deploy controllers and workers in the
    same facility.
    
    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    acec33a View commit details
    Browse the repository at this point in the history
  2. EM quickstarts: Remove whitespaces

    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    43a38cb View commit details
    Browse the repository at this point in the history
  3. baremetal docs: Remove the EM related variables

    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    9a83af1 View commit details
    Browse the repository at this point in the history
  4. EM: Use controller private IP for calico IP detection

    For calico's node ip auto detection use first controller node's private
    IP instead of node private CIDR.
    
    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    a935ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. EM: Add node_private_cidrs as list of string

    - Mark `node_private_cidr` as deprecated.
    - This is added to support multi-facility worker pools. Different
      facility in an EM project can have different private node CIDR, hence
      allow user to provide multiple CIDRs.
    
    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    b1e9834 View commit details
    Browse the repository at this point in the history
  2. Fix terraform formatting

    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    869b880 View commit details
    Browse the repository at this point in the history
  3. vendor: Update go version to 1.15

    We use octal of format `0o700` in `lokomotive/pkg/terraform_test`
    package. Without this change the tests fail with following error on
    go1.16:
    
    ```
    octal literals requires go1.13 or later (-lang was set to go1.12; check
    go.mod)
    ```
    
    It needs go1.13 or later mentioned in `go.mod`. This commit updates
    the go version in `go.mod`.
    
    Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
    surajssd committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    da95497 View commit details
    Browse the repository at this point in the history