Giter VIP home page Giter VIP logo

k3os-vagrant's Introduction

k3OS on Vagrant

My k3OS Vagrant box and vagrantfile

Quick Start

  1. Build the vagrant box image using Packer:
packer build template.json
  1. Run the Vagrant box:
vagrant up

You can then login to the box using vagrant ssh. See Vagrant Docs for more details on how to use Vagrant.

Notes

The generated box does not have the Virtualbox Guest Additions installed. Most of the configuration options will not work. this is specially true for:

  • config.vm.hostname
  • config.vm.synced_folder
  • config.vm.network

The shell provisioner is working but requires some tweaking. The provisioning shell script will be put into /tmp/vagrant-shell. The file can be written but can not be executed. To mitigate this limitation, one have to set the upload_path option.

config.vm.provision 'shell',
  upload_path: '/home/rancher/vagrant-shell',
  inline: <<-SHELL
mkdir -p /mnt
mount /dev/sda1 /mnt
cat <<EOF > /mnt/k3os/system/config.yaml
k3os:
  token: EbvX0V38syjPQBZJ71tb9EIHbyL5mISBqDSTa2aJt7LSCF1JEW
  password: rancher
EOF
reboot
SHELL

The above example also shows how the k3OS config can be changed. When you do so, you have to set the password to rancher. If this is not the case, vagrant will not be able to login.

k3os-vagrant's People

Contributors

anypot avatar

Watchers

 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.