Debian family

reference

Mender Orchestrator is only available in the Mender Enterprise plan. See the Mender plans page for an overview of all Mender plans and features.

Mender Orchestrator requires DeviceTier to be set to "system" for proper operation.

This page provides instructions for downloading and installing the Mender Orchestrator Debian packages.

We also provide mender-orchestrator-support, an open-source repository containing Interfaces, Update Modules and Inventory scripts when using Mender Orchestrator together with the Mender Client.

See Debian family section for general information. See the Downloads page for links to general setup instructions and additional installation methods.

Download

Download the Debian packages by selecting your deployment type and system architecture:

Set your email credential:

HOSTED_MENDER_EMAIL=<your.email@example.com>

Download the package:

curl --fail -u "$HOSTED_MENDER_EMAIL" -O https://downloads.customer.mender.io/content/hosted/mender-orchestrator/debian/0.4.0/mender-orchestrator-core_0.4.0-1%2Bdebian%2Btrixie_armhf.deb

Download the mender-orchestrator-support package:

curl --fail -u "$HOSTED_MENDER_EMAIL" -O https://downloads.customer.mender.io/content/hosted/mender-orchestrator/debian/0.4.0/mender-orchestrator-support_0.4.0-1%2Bdebian%2Btrixie_all.deb

Installation

Install the downloaded package:

sudo dpkg -i mender-orchestrator-core_*.deb

The package provides the mender-orchestrator binary and support files for integration with Mender Client and Mender Server.

Install the mender-orchestrator-support package:

sudo dpkg -i mender-orchestrator-support_*.deb

Demo package (optional)

For evaluation, download and install the demo package:

curl --fail -u "$HOSTED_MENDER_EMAIL" -O https://downloads.customer.mender.io/content/hosted/mender-orchestrator/debian/0.4.0/mender-orchestrator-demo_0.4.0-1%2Bdebian%2Btrixie_all.deb

Install the demo package:

sudo dpkg -i mender-orchestrator-demo_*.deb

The demo package provides a mock environment with a corresponding Topology for testing and demonstration purposes.

The demo configuration is inappropriate for production devices.

Configuration

Set the DeviceTier to "system" in your mender.conf

For production deployments, provision a Topology that defines the components of your system.

Create your Topology configuration file at MENDER_ORCHESTRATOR_TOPOLOGY_DIR (default: /data/mender-orchestrator/topology.yaml).

We welcome contributions to improve this documentation. To submit a change, use the Edit link at the top of the page or email us at .