Documentation
¶
Overview ¶
DigitalRebar Provision is a provisioning binary that provides a DHCP server and Provisioner system that allows for simply booting and installing bare metal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildStamp = "Not Set"
View Source
var GitHash = "NotSet"
View Source
var RS_EXTRA = "-pre-alpha"
View Source
var RS_MAJOR_VERSION = "3"
View Source
var RS_MINOR_VERSION = "0"
View Source
var RS_PATCH_VERSION = "2"
View Source
var RS_PREPART = "v"
View Source
var RS_VERSION = RS_PREPART + RS_MAJOR_VERSION + "." + RS_MINOR_VERSION + "." + RS_PATCH_VERSION + RS_EXTRA + "-" + GitHash
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package api implements a client API for working with digitalrebar/provision.
|
Package api implements a client API for working with digitalrebar/provision. |
backend contains the backend code for DigitalRebar Provision.
|
backend contains the backend code for DigitalRebar Provision. |
DigitalRebar Provision CLI provides the core parts of the CLI.
|
DigitalRebar Provision CLI provides the core parts of the CLI. |
cmds
|
|
dr-provision
Package main DigitalRebar Provision Server An RestFUL API-driven Provisioner and DHCP server
|
Package main DigitalRebar Provision Server An RestFUL API-driven Provisioner and DHCP server |
Embedded is the package where we hold all our embedded assets.
|
Embedded is the package where we hold all our embedded assets. |
Frontend contains the frontend code for DigitalRebar Provision.
|
Frontend contains the frontend code for DigitalRebar Provision. |
midlayer contains the DHCP server code for DigitalRebar Provision.
|
midlayer contains the DHCP server code for DigitalRebar Provision. |
Package server DigitalRebar Provision Server An RestFUL API-driven Provisioner and DHCP server Terms Of Service: There are no TOS at this moment, use at your own risk we take no responsibility Schemes: https BasePath: /api/v3 Version: 0.1.0 License: APL https://raw.githubusercontent.com/digitalrebar/digitalrebar/master/LICENSE.md Contact: Greg Althaus<greg@rackn.com> http://rackn.com Security: - basicAuth: [] - Bearer: [] Consumes: - application/json Produces: - application/json swagger:meta
|
Package server DigitalRebar Provision Server An RestFUL API-driven Provisioner and DHCP server Terms Of Service: There are no TOS at this moment, use at your own risk we take no responsibility Schemes: https BasePath: /api/v3 Version: 0.1.0 License: APL https://raw.githubusercontent.com/digitalrebar/digitalrebar/master/LICENSE.md Contact: Greg Althaus<greg@rackn.com> http://rackn.com Security: - basicAuth: [] - Bearer: [] Consumes: - application/json Produces: - application/json swagger:meta |
gocovmerge takes the results from multiple `go test -coverprofile` runs and merges them into one profile Copied from https://github.com/wadey/gocovmerge/blob/master/gocovmerge.go Copyright (c) 2015, Wade Simmons All rights reserved.
|
gocovmerge takes the results from multiple `go test -coverprofile` runs and merges them into one profile Copied from https://github.com/wadey/gocovmerge/blob/master/gocovmerge.go Copyright (c) 2015, Wade Simmons All rights reserved. |
Click to show internal directories.
Click to hide internal directories.