Install workloadmgr CLI client

About the workloadmgr CLI client

The workloadmgr CLI client is provided as rpm and deb packages.

It got tested against the following operating systems:

  • CentOS7, CentOS8

  • Ubuntu 18.04, Ubuntu 20.04

Installing the workloadmgr client will automatically install all required Openstack clients as well.

Further will the installation of the workloadmgr client integrate the client into the global openstack python client, if available.

The required connection strings and package names can be found on the Trilio Dashboard under the Downloads tab.

Install workloadmgr client rpm package on CentOS7/8

The Trilio workload manager CLI client has several requirements that need to be met before the client can be installed without dependency issues.

Preparing the workloadmgr client installation

The following steps need to be done to prepare the installation the workloadmgr client:

  1. Add required repositories

    1. epel-release

    2. for CentOS7: centos-release-openstack-stein

    3. for CentOS8: centos-release-openstack-train

  2. install base packages

    1. yum -y install epel-release

    2. for CentOS7: yum -y install centos-release-openstack-stein

    3. for CentOS8: yum -y install centos-release-openstack-train

These repositories are required to fulfill the following dependencies:

On CentOS7 Python2: python-pbr,python-prettytable,python2-requests,python2-simplejson,python2-six,pytz,PyYAML,python2-openstackclient

On CentOS8 Python3: python3-pbr,python3-prettytable,python3-requests,python3-simplejson,python3-six,python3-pyyaml,python3-pytz,python3-openstackclient

Installing the workloadmgr client

There are 2 possibilities for how the workloadmgr client packages can be installed.

Download from the Trilio Appliance and install directly

The Trilio appliance is shipping the workloadmgr client version, that is matching the Trilio version of the Trilio appliance. These clients will always work with their respective Trilio versions.

The workloadmgr client can be directly downloaded using the following command:

For CentOS7: wget http://<TVM-IP>:8085/yum-repo/queens/workloadmgrclient-<Trilio-Version>-<Trilio-Release>.noarch.rpm

For CentOS8: http://<TVM-IP>:8085/yum-repo/queens/python3-workloadmgrclient-<Trilio-Version>-<TVault-Release>.noarch.rpm

To identify the Trilio Version and Trilio release login into the Trilio Dashboard and check the upper left corner.

The yum package manager is used to install the workloadmgr client package:

yum install workloadmgrclient-<Trilio-Version>-<Trilio-Release>.noarch.rpm

An example installation can be found below:

Installing from the Trilio online repository

To install the latest available workloadmgr package for a Trilio release from the Trilio repository the following steps need to be done:

Create the Trilio yum repository file /etc/yum.repos.d/trilio.repo Enter the following details into the repository file:

Install the workloadmgr client issuing the following command:

For CentOS7: yum install workloadmgrclient For CentOS8: yum install python-3-workloadmgrclient-el8

An example installation can be found below:

Install workloadmgr client deb packages on Ubuntu

The Trilio workloadmgr client packages for Ubuntu are only available from the online repository.

Preparing the workloadmgr client installation

There is no preparation required. All dependencies are automatically resolved by the standard repositories provided by Ubuntu.

Installing the Workloadmgr client

There are 2 possibilities for how the workloadmgr client packages can be installed.

Download from the Trilio Appliance and install directly

The Trilio appliance is shipping the workloadmgr client version, that is matching the Trilio version of the Trilio appliance. These clients will always work with their respective Trilio versions.

The workloadmgr client can be directly downloaded using the following command:

For Python2: curl -Og6 http://<TVM-IP>:8085/deb-repo/deb-repo/python-workloadmgrclient_<Trilio-Version>_all.deb

For Python3:curl -Og6 http://<TVM-IP>:8085/deb-repo/deb-repo/python3-workloadmgrclient_<Trilio-Version>_all.deb

o identify the Trilio Version and Trilio release login into the Trilio Dashboard and check the upper left corner.

The apt package manager is used to install the workloadmgr client package:

For Python2:apt-get install ./python-workloadmgrclient_<Trilio-Version>_all.deb -y For Python3:apt-get install ./python3-workloadmgrclient_<Trilio-Version>_all.deb -y

An example installation can be found below:

Installing from the Trilio online repository

To install the latest available workloadmgr package for a Trilio release from the Trilio repository the following steps need to be done:

Create the Trilio yum repository file /etc/apt/sources.list.d/fury.list Enter the following details into the repository file:

run apt update to make the new repository available.

The apt package manager is used to install the workloadmgr client package:

For Python2:apt-get install python-workloadmgrclient For Python3:apt-get install python3-workloadmgrclient

An example installation can be seen below:

Last updated

Was this helpful?