For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 host via the UI.

Command Line (CLI)

  1. Source OpenRC file.

  2. 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