This page details the software included on VMs built by the VM Build Container, both provided by Metaswitch and by third-parties.

Metaswitch

Name Description Version

Rhino TAS

An application server that supports the development of telecommunications applications.

3.2

Third-Party

Name Description Version

Apache Ant

A tool for automating software build processes.

1.10.5

CentOS

The Linux distribution installed on the VMs.

7.7.1908

Docker

A set of platform as a service (PaaS) products that uses OS-level virtualization to deliver software in packages called containers.

20.10.14

linkerd

An ultralight service mesh.

1.4.3

Prometheus Node Exporter

An exporter for machine metrics.

0.18.1

Python

A high level general-purpose programming language.

2.7.5 (version bundled with CentOS7)

3.9.6

CentOS 7 packages

You can find information about installed CentOS 7 packages by executing this command on a VM:

sudo yum list installed

Python 2 packages

You can find information about installed Python 2 packages by executing this command on a VM:

pip list

Python 3 packages

You can find information about installed Python 3 packages by executing this command on a VM:

source /opt/tasvmruntime-py/bin/activate && pip list && deactivate
Previous page Next page