module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 25, 2018
License: BSD-2-Clause
Opens a new window with license information.
README
¶
n0core
Motivation
- 物理的なリソースを仮想的に使うようにするためのものである
- 本リポジトリは他のコンポーネントを開発するためのフレームワークを作成していくための雛形である
Principle
- n0coreが死んでも、壊れてもサービス(データプレーン)に影響がないようにする
- 構成ファイルのバックアップがある限り、すでにあるデータプレーンに適合してリストアできるようにする
Environment
- Ubuntu 16.04 LTS (Xenial Xerus)
- Golang 1.10
How to develop
Install libraries
make dep
Tests
small
- only localhost
- short time
make test-small
make test-small-v
make test-small-docker
medium
- with root
- having dependency for outside
make test-medium
make test-medium-v
各実装は各ディレクトリの README.md
を参照のこと
Click to show internal directories.
Click to hide internal directories.