Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aos-prov

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aos-prov

AosEdge Unit provisioning tool

  • 5.0.0
  • PyPI
  • Socket score

Maintainers
1

Aos provisioning tool

This tool is part of the Aos SDK.

Overview

This tool will help you to create and provision new AosCore-powered Units on the Aos Cloud.

Using this tool you'll be able to:

  • create a new development multi-node Unit using Oracle VirtualBox with our disk images.
  • provision virtual Unit.
  • provision Renesas Dev-kit for Aos Cloud.

Prerequisites

  • Python 3.7+ .
  • Oracle Virtual Box 7 installed on your system.
  • Aos user certificate to access Aos cloud. You may create one with the aos-key tool.

Installation

pip install aos-prov

Usage

Create a new Unit based on Oracle VirtualBox image and provision it on Aos Cloud:

aos-prov unit-new --name {vm-name}

Where:

  • vm-name - Uniq name of a new Virtual Machine

Example:

aos-prov unit-new --name DevUnit1

Provision dev-kit or VM:

To provision Renesas dev-kit you have to know IP address of device. Use command ot provision

aos-prov -u 'IP-ADDR:PORT'

Example:

aos-prov -u '127.0.0.1:8089'

Download images for Units:

aos-prov download

Create Unit VMs without provisioning:

aos-prov vm-new --name {vm-name}

Remove Unit VMs:

aos-prov vm-remove --name {vm-name}

Start Unit VMs:

aos-prov vm-start --name {vm-name}

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc