Debian: Remove pci-irq-affinity-agent debian

This removes all build files for pci-irq-affinity-agent
on a debian build. The agent is a stx-openstack container
now.

Test Plan:
PASS: bootstrap finished successfully
PASS: unlock finished successfully

Story: 2009299
Task: 45254

Depends-On: https://review.opendev.org/c/starlingx/tools/+/840364

Signed-off-by: Hugo Brito <hugo.brito@windriver.com>
Change-Id: Ieb32f7fb0b3cf9e672022176e1fb75769c22e463
This commit is contained in:
Hugo Brito 2022-05-02 15:23:12 -03:00 committed by Hugo Nicodemos
parent d1e66439eb
commit 30ec09b069
9 changed files with 0 additions and 110 deletions

View File

@ -7,7 +7,6 @@ utilities/build-info
utilities/logmgmt
utilities/namespace-utils
utilities/nfscheck
utilities/pci-irq-affinity-agent
utilities/platform-util
utilities/stx-extensions
utilities/update-motd

View File

@ -1,5 +0,0 @@
pci-irq-affinity-agent (1.0-1) unstable; urgency=medium
* Initial release.
-- Fabricio Henrique Ramos <fabriciohenrique.ramos@windriver.com> Tue, 09 Nov 2021 19:23:50 -0300

View File

@ -1,21 +0,0 @@
Source: pci-irq-affinity-agent
Section: admin
Priority: optional
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.1.2
Homepage: https://www.starlingx.io
Package: pci-irq-affinity-agent
Architecture: any
Depends:
${misc:Depends},
mtce-pmon,
python3:any,
python3-novaclient
Description: StarlingX PCI Interrupt Affinity Agent Package
StarlingX PCI Interrupt Affinity Agent Package

View File

@ -1,32 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pci-irq-affinity-agent
Upstream-Contact: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Source: https://opendev.org/starlingx/utilities/
Files: *
Copyright: (c) 2019 StarlingX.
License: Apache-2
Files: files/nova-sriov
Copyright: (c) 2015 Wind River Systems, Inc.
License: Apache-2
Files: debian/*
Copyright: (c) 2021 Wind River Systems, Inc.
License: Apache-2
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.

View File

@ -1 +0,0 @@
/usr/lib/python3/dist-packages/pci_irq_affinity/tests

View File

@ -1,8 +0,0 @@
etc/pci_irq_affinity/config.ini
etc/init.d/pci-irq-affinity-agent
etc/pmon.d/pci-irq-affinity-agent.conf
lib/systemd/system/pci-irq-affinity-agent.service
usr/bin/nova-sriov
usr/bin/pci-irq-affinity-agent
usr/lib/python3/dist-packages/pci_irq_affinity/*.py
usr/lib/python3/dist-packages/pci_irq_affinity_agent-1.0.0.egg-info/*

View File

@ -1,32 +0,0 @@
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export ROOT = debian/tmp
export ETC_DIR = $(ROOT)/etc
export INITD_DIR = $(ETC_DIR)/init.d
export PMOD_DIR = $(ETC_DIR)/pmon.d
export SYSTEMD_DIR = $(ROOT)/lib/systemd/system
export BIN_DIR = $(ROOT)/usr/bin
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
install -p -m 755 -D files/pci-irq-affinity-agent $(INITD_DIR)/pci-irq-affinity-agent
install -p -m 644 -D files/pci-irq-affinity-agent.conf $(PMOD_DIR)/pci-irq-affinity-agent.conf
install -p -m 644 -D files/pci-irq-affinity-agent.service $(SYSTEMD_DIR)/pci-irq-affinity-agent.service
install -p -m 600 -D files/config.ini $(ETC_DIR)/pci_irq_affinity/config.ini
install -p -m 755 -D files/nova-sriov $(BIN_DIR)/nova-sriov
dh_install
override_dh_auto_install:
python3 setup.py install \
--root=$(ROOT) \
--install-layout=deb \
--prefix=/usr \
--install-data=/usr/share \
--single-version-externally-managed
rm -rf $(ROOT)/usr/lib/python3/dist-packages/pci_irq_affinity/__pycache__
override_dh_fixperms:
dh_fixperms --exclude pci_irq_affinity/config.ini

View File

@ -1,9 +0,0 @@
---
debname: pci-irq-affinity-agent
debver: 1.0-1
src_path: pci_irq_affinity
src_files:
- files
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true