Giter VIP home page Giter VIP logo

tkg-bootstrap's Introduction

Hydra Appliances - Tanzu bootstrap VM

Debian VM OVA to bootstrap a VMware Tanzu environment.

This appliance is based on https://github.com/tsugliani/packer-vsphere-debian-appliances

VM was build with steps found on -> https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.6/vmware-tanzu-kubernetes-grid-16/GUID-install-cli.html

Requirements

To succesfully build this OVA you need the following:

1 - You need to connect directly to one ESXi host, no vCenter.

2 - The ESXi needs the option GuestIPHack set to 1

    esxcli system settings advanced set -o /Net/GuestIPHack -i 1

3 - The machine were packer will run, needs OVFtool.

Building

First you need to update values on bootstrap-builder.json file and then run the following command:

./build-bootstrap.sh

at the end you will have a VM OVA with all the Tanzu CLI and other tools.

Running

After importing de OVA into an ESXi or vCenter, you need to login and generate an SSH key pair.

ssh-keygen -t rsa -b 4096 -C "[email protected]"

Add the private key to the SSH agent running on your machine, and enter the password you created in the previous step.

   ssh-add ~/.ssh/id_rsa

If this command fails, execute "eval $(ssh-agent)" and then rerun the command.

Available OVF Properties for configuring the appliance:

This is de list of available options at import time.

hydra at hydratools in ~
❯ govc import.spec tkg-bootstrap-11.6.0.ova | jq
{
  "DiskProvisioning": "flat",
  "IPAllocationPolicy": "dhcpPolicy",
  "IPProtocol": "IPv4",
  "PropertyMapping": [
    {
      "Key": "guestinfo.hostname",
      "Value": ""
    },
    {
      "Key": "guestinfo.ipaddress",
      "Value": ""
    },
    {
      "Key": "guestinfo.netprefix",
      "Value": ""
    },
    {
      "Key": "guestinfo.gateway",
      "Value": ""
    },
    {
      "Key": "guestinfo.dns",
      "Value": ""
    },
    {
      "Key": "guestinfo.domain",
      "Value": ""
    },
    {
      "Key": "guestinfo.password",
      "Value": ""
    },
    {
      "Key": "guestinfo.sshkey",
      "Value": ""
    }
  ],
  "NetworkMapping": [
    {
      "Name": "VM Network",
      "Network": ""
    }
  ],
  "MarkAsTemplate": false,
  "PowerOn": false,
  "InjectOvfEnv": false,
  "WaitForIP": false,
  "Name": null
}

tkg-bootstrap's People

Contributors

aredan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.