diff --git a/distributedcloud/debian/deb_folder/control b/distributedcloud/debian/deb_folder/control index 8cad7b6d9..a51e77d91 100644 --- a/distributedcloud/debian/deb_folder/control +++ b/distributedcloud/debian/deb_folder/control @@ -5,6 +5,7 @@ Maintainer: StarlingX Developers 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 diff --git a/distributedcloud/debian/deb_folder/distributedcloud-dcmanager.install b/distributedcloud/debian/deb_folder/distributedcloud-dcmanager.install index b9bd6cb36..8098d443e 100644 --- a/distributedcloud/debian/deb_folder/distributedcloud-dcmanager.install +++ b/distributedcloud/debian/deb_folder/distributedcloud-dcmanager.install @@ -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/*