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 TrilioVault Dashboard under the Downloads tab.
To be able to download and install the workloadmgr CLI client the Trilio repository needs to be made known to the system.
Edit or create the following file:
/etc/yum.repos.d/trilio.repo
Enter the following details into the repository file
[trilio]name=Trilio Repositorybaseurl=http://trilio:XpmkpMFviqSe@repos.trilio.io:8283/triliovault-4.1/yum/enabled=1gpgcheck=0
Edit or create the following file:
/etc/apt/sources.list.d/fury.list
Enter the following details into the repository file:
deb [trusted=yes]https://apt.fury.io/triliodata-4-1/ /
The workloadmgr CLI client is available for Python2 and Python3
For Python2 run:
yum install workloadmgrclient
For Python3 run:
yum install python3-workloadmgrclient-el8
The workloadmgr CLI client is available for Python2 and Python3
For Python2 run:
apt-get install python-workloadmgrclient
For Python3 run:
apt-get install python3-workloadmgrclient
​