Downloading Platform9 Hostagent Installer

Problem

The Platform9 Hostagent installer needs to be downloaded in order to add and authorize a host.

Environment

  • Platform9 Managed OpenStack - All Versions

Procedure

Platform9 UI

  1. Follow the instructions for adding a hostarrow-up-right via the UI.

Command Line (CLI)

  1. Generate a Keystone token and export it as a variable.

TOKEN=$(openstack token issue -f value -c id)
  1. Initiate a GET request to download the installer file, including the X-Auth-Token parameter with the value of the TOKEN variable set previously, and ensuring you specify the appropriate package name – dependent on the OS.

CentOS/RHEL

Ubuntu/Debian

Last updated