netd

command module
v0.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

README

netd

Build Status goreport codecov

Description

Mahakam Network Daemon

This daemon runs on the bare metal host. Mahakam connects to this daemon to provision cluster network.

Dev Setup

  1. Ensure Golang and go-dep is installed.

  2. Ensure libvirt installed.

    In MacOS, you can install it with brew:

    brew install libvirt
    
  3. Download all the dependencies by running make dep.

  4. Build the project by running make build.

How to Run Tests

  1. Download the base Vagrant box or build one.

    To build the base box, run the following commands from netd directory:

    cd vagrant/base_box
    vagrant up
    vagrant package --output netd.box
    
  2. Add base Vagrant box.

    To add base Vagrant box, run the following command from netd directory:

    cd vagrant/base_box
    vagrant box add netdbox netd.box
    
  3. Run make vagranttest.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL