Coder Social home page Coder Social logo

okd-virtualbox's Introduction

okd-virtualbox

Install okd on virtualbox

Not tested cause my macbook is missing VmcsShadowing CPU feature so virtualbox nested virtualization is super slow..

Prerequisites

  • Vagrant
  • vagrant-dns -> vagrant plugin install vagrant-dns
  • Virtualbox

HowTo IPI

We will use infra-ecosphere to manage virtualbox machines via IPMI
DNS is managed by vagrant-dns

# bootstrap nodes / setup dns
cd vagrant
vagrant plugin install vagrant-dns
vagrant up
vagrant dns --install
vagrant dns --start

# on workstation 
# install infra-ecosphere (ipmi - virtuablox wrapper)
cd
git clone https://github.com/ThoTischner/infra-ecosphere
cd infra-ecosphere
go get github.com/rmxymh/go-virtualbox
go get github.com/htruong/go-md2
go get github.com/gorilla/mux
go get github.com/jmcvetta/napping
go build && go install
cd <okd-virtualbox-repo>
# run ipmi server
~/go/bin/infra-ecosphere

# provisioner-1
vagrant ssh provisioner-1
sudo dnf install -y golang git-core OpenIPMI-libs
echo "export GOPATH=/home/vagrant/go" >> .bash_profile
echo 'export GOBIN=$GOPATH/bin' >> .bash_profile
source $.
git clone https://github.com/ThoTischner/infra-ecosphere
cd infra-ecosphere
go get github.com/rmxymh/go-virtualbox
go get github.com/htruong/go-md2
go get github.com/gorilla/mux
go get github.com/jmcvetta/napping
go build && go install
cd ipmi-proxy
go build && go install
# copy infra-ecosphere_proxy.cfg to infra-ecosphere.cfg on the vm
# run ipmi proxy
sudo /home/vagrant/go/buin/ipmi-proxy

# Now start baremetal IPI install like it is described in the okd docs..

Hints

Check if $VERSION in the docs exist https://mirror.openshift.com/pub/openshift-v4/clients/ocp/ and correct

okd-virtualbox's People

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.