From a8290e83f2daf939e14ad101c456609574220afb Mon Sep 17 00:00:00 2001 From: rferraz Date: Tue, 12 Jul 2022 01:56:21 -0300 Subject: [PATCH] PCM tools on container image stx-debian-tools-dev Processor Counter Monitor (PCM) tools are introduced on the container stx-debian-tools-dev. The container includes a selection of Dev tools for the vRAN tools enablement with Intel hardware on Debian. It is a continuation of story 2009990, which introduced this feature on CentOS. Test Plan: Successfully build image on Debian (PASSED) Story: 2010138 Task: 46168 Depends-On: https://review.opendev.org/c/starlingx/tools/+/856842 Signed-off-by: rferraz Change-Id: Ic5bc9ef0db71b76106b0a38400aa4be18fd1b893 --- debian_pkg_dirs | 1 + tools/pcm/debian/meta_data.yaml | 5 +++++ .../vran-tools/stx-debian-tools-dev/debian/docker/Dockerfile | 1 + 3 files changed, 7 insertions(+) create mode 100644 tools/pcm/debian/meta_data.yaml diff --git a/debian_pkg_dirs b/debian_pkg_dirs index 68147dd4..268e597a 100644 --- a/debian_pkg_dirs +++ b/debian_pkg_dirs @@ -3,6 +3,7 @@ ceph/python-cephclient tools/debian-integration tools/collector tools/engtools/hostdata-collectors +tools/pcm utilities/build-info utilities/logmgmt utilities/namespace-utils diff --git a/tools/pcm/debian/meta_data.yaml b/tools/pcm/debian/meta_data.yaml new file mode 100644 index 00000000..ae4e1d9b --- /dev/null +++ b/tools/pcm/debian/meta_data.yaml @@ -0,0 +1,5 @@ +debver: 202207-1 +archive: https://deb.debian.org/debian/pool/main/p/pcm/ +revision: + dist: $STX_DIST + PKG_GITREVCOUNT: true diff --git a/tools/vran-tools/stx-debian-tools-dev/debian/docker/Dockerfile b/tools/vran-tools/stx-debian-tools-dev/debian/docker/Dockerfile index da1693ae..c8566623 100644 --- a/tools/vran-tools/stx-debian-tools-dev/debian/docker/Dockerfile +++ b/tools/vran-tools/stx-debian-tools-dev/debian/docker/Dockerfile @@ -104,6 +104,7 @@ RUN set -ex && \ tcpdump \ linux-cpupower \ pciutils \ + pcm \ sysvinit-utils \ dmidecode \ python-is-python3 \