Files
update/software/debian/deb_folder/control
junfeng-li 979bd27d90 Raise deploy state out of sync alarm
This commit is to raise the deploy state out of sync alarm
when the deploy state in the software.json files in both controllers
are different.

The deploy state is checked every 30 seconds during the
deploying stage. If they are insync, the alarm will be cleared.

Depends-on: https://review.opendev.org/c/starlingx/fault/+/913581

Test Plan:

PASS: the alarm is raised when the state is out of sync
          in both DX and SX
PASS: the alarm is cleared when the state is in sync in
          both DX and SX

Task: 49737
Story: 2010676
Change-Id: Ic31c7166135d03591fa4696445783895254dfc95
Signed-off-by: junfeng-li <junfeng.li@windriver.com>
2024-04-15 19:14:23 +00:00

38 lines
1.0 KiB
Plaintext

Source: software
Section: admin
Priority: optional
Maintainer: StarlingX Developers <StarlingX-discuss@lists.StarlingX.io>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-wheel,
build-info-dev
Build-Depends-Indep:
python3-fm-api,
python3-keystonemiddleware,
python3-oslo.config
Standards-Version: 4.5.1
Homepage: https://www.starlingx.io
Rules-Requires-Root: no
Package: software
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
gir1.2-ostree-1.0,
python3-argcomplete,
python3-fm-api,
Description: StarlingX unified software deployment and management
StarlingX unified software deployment and management.
Package: software-wheel
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-wheel
Description: StarlingX unified software deployment and management
StarlingX unified software deployment and management.
.
This is the support package for the PEP 427 wheel version of the package,
required for using pip inside a virtual environment.