debian: Add dcmanager-state binary to dcmanager

Added missing 'dcmanager-state' binary which caused
the distributedcloud debian package to fail. Also
clean up the debian/control file since we dont need
to have 'python3:any' installed because '${python3:Depends}'
is already specified.

Test Plan
PASS Build package

Story: 2009101
Task: 44042

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Ia172647272714af632746731185534450c333e46
This commit is contained in:
Charles Short 2022-01-31 13:42:31 +00:00
parent b6020fcda5
commit d12eeb4a06
2 changed files with 4 additions and 8 deletions

View File

@ -5,6 +5,7 @@ Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-openssl,
python3-babel,
python3-cryptography,
@ -31,7 +32,6 @@ Build-Depends:
python3-oslo.versionedobjects,
python3-pbr (>= 1.8),
python3-pecan (>= 1.0.0),
python3-pip,
python3-routes (>= 1.12.3),
python3-setuptools,
python3-sphinx,
@ -45,7 +45,6 @@ Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
python3:any,
python3-kubernetes
Description: Distributed Cloud Common Module
Distributed Cloud Common Module
@ -54,8 +53,7 @@ Package: distributedcloud-dcmanager
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
python3:any,
${python3:Depends}
Description: Distributed Cloud Manager
Distributed Cloud Manager
@ -65,7 +63,6 @@ Depends:
${misc:Depends},
${python3:Depends},
openstack-resource-agents,
python3:any,
python3-psutil
Description: Distributed Cloud Orchestrator
Distributed Cloud Orchestrator
@ -74,8 +71,7 @@ Package: distributedcloud-dcdbsync
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
python3:any
${python3:Depends}
Description: Distributed Cloud DCorch DBsync Agent
Distributed Cloud DCorch DBsync Agent
@ -84,6 +80,5 @@ Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
python3:any
Description: Distributed Cloud wheels
Contains python wheels for distributedcloud

View File

@ -4,6 +4,7 @@ usr/bin/dcmanager-audit
usr/bin/dcmanager-audit-worker
usr/bin/dcmanager-manage
usr/bin/dcmanager-manager
usr/bin/dcmanager-state
usr/bin/dcmanager-orchestrator
usr/lib/ocf/resource.d/openstack/dcmanager-*
usr/lib/python3/dist-packages/dcmanager/*