
This change introduced state machines for release state, deploy state and deploy host state. This change removed the direct reference to the software metadata from software-controller and other modules. Replaced with encapuslated release_data module. Also include changes: 1. removed required parameter for software deploy activate and software deploy complete RestAPI. 2. ensure reload metadata for each request 3. added feed_repo and commit-id to the deploy entity, to be subsequently passed to deploy operations. 4. fix issues TCs: passed: software upload major and patching releases passed: software deploy start major and patching releases passed: software deploy host (mock) major and patching release passed: software activate major and patching release passed: software complete major release and patching release passed: redeploy host after host deploy failed both major and patching release Story: 2010676 Task: 49849 Change-Id: I4b1894560eccb8ef4f613633a73bf3887b2b93fb Signed-off-by: Bin Qian <bin.qian@windriver.com>
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
Source: software-client
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <StarlingX-discuss@lists.StarlingX.io>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
dh-python,
|
|
python3-all,
|
|
python3-tabulate,
|
|
python3-setuptools,
|
|
python3-wheel
|
|
Build-Depends-Indep:
|
|
python3-keystonemiddleware,
|
|
python3-oslo.config
|
|
Standards-Version: 4.5.1
|
|
Homepage: https://www.starlingx.io
|
|
Rules-Requires-Root: no
|
|
|
|
Package: software-client
|
|
Architecture: all
|
|
Depends: ${python3:Depends},
|
|
${misc:Depends},
|
|
python3-argcomplete
|
|
Description: StarlingX unified software deployment and management client
|
|
StarlingX unified software deployment and management client.
|
|
|
|
|
|
Package: software-client-wheel
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends}, python3-wheel
|
|
Description: StarlingX unified software deployment and management client
|
|
StarlingX unified software deployment and management client.
|
|
.
|
|
This is the support package for the PEP 427 wheel version of the package,
|
|
required for using pip inside a virtual environment.
|