gnoi_os

command
v0.0.0-...-ca39941 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

README

gNOI OS Client

A simple shell binary that performs OS client operations against a gNOI target.

gNOI OS Client Operations

  • -op install installs the provided OS image onto the target.

  • -op activate tells the target to boot into the specified OS version on next reboot.

  • -op verify verifies the version of the OS currently running on the target.

Install

go get github.com/google/gnxi/gnoi_os
go install github.com/google/gnxi/gnoi_os

Run

./gnoi_os \
    -target_addr localhost:9339 \
    -target_name target.com \
    -ca ca.crt \
    -key client.key \
    -cert client.crt \
    -version 1.1 \
    -os myosfile.img \
    -op install | activate | verify

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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