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

Add the kvm-libvirt platform to lokoctl #810

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 21, 2020

  1. Add the kvm-libvirt platform to lokoctl

    The KVM libvirt Terraform module was not yet available from lokoctl
    despite it being an easy way to try out Lokomotive without any cloud
    provider accounts (and their attached costs). It allows to use
    Lokomotive on any Flatcar Container Linux image, even local development
    builds. It also gives direct access to the VGA console for debugging.
    The cluster VMs can be shut down in virt-manager while they are not
    needed.
    pothos authored and ipochi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    9edcfe6 View commit details
    Browse the repository at this point in the history
  2. terraform: update terraform providers to new format

    This commit updates the versions.tf and terraform providers to the
    required format for 0.13 version.
    
    Signed-off-by: Imran Pochi <imran@kinvolk.io>
    ipochi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    9b28bd4 View commit details
    Browse the repository at this point in the history
  3. platform/kvmlibvirt: add charts to be installed

    This commit adds the control plane charts that need to be installed once
    the bootstrap control plane is running.
    
    Signed-off-by: Imran Pochi <imran@kinvolk.io>
    ipochi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    08a65cb View commit details
    Browse the repository at this point in the history
  4. kvmlibvirt: enable tls bootstrap

    Signed-off-by: Imran Pochi <imran@kinvolk.io>
    ipochi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    bd7ce15 View commit details
    Browse the repository at this point in the history
  5. lint: fix lint issues

    Signed-off-by: Imran Pochi <imran@kinvolk.io>
    ipochi committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e052b80 View commit details
    Browse the repository at this point in the history