
The commit [1] that introduced puppet-dcagent did not include any information to build the package and include it in the ISO. This commit fixes this by including the entries in debian_pkg_dirs and debian_iso_image.inc. Test plan: - PASS: Build an ISO and verify the puppet-dcagent is indeed present - PASS: Deploy a full DC system with AIO-DX system controller and an AIO-SX subcloud and verify the systems are operational after completion. - PASS: Deploy a normal AIO-SX and verify the system is operational after completion. [1]: https://review.opendev.org/c/starlingx/stx-puppet/+/923696 Story: 2011106 Task: 50687 Change-Id: I172128ade009bd334af13d773b16d5c35db1fd21 Signed-off-by: Victor Romano <victor.gluzromano@windriver.com>
19 lines
738 B
Plaintext
19 lines
738 B
Plaintext
Source: puppet-dcagent
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.4.1
|
|
Homepage: https://www.starlingx.io
|
|
|
|
Package: puppet-dcagent
|
|
Architecture: all
|
|
Depends: puppet, ${misc:Depends}
|
|
Description: Puppet module for StarlingX dcagent
|
|
Puppet lets you centrally manage every important aspect of your system using a
|
|
cross-platform specification language that manages all the separate elements
|
|
normally aggregated in different files, like users, cron jobs, and hosts,
|
|
along with obviously discrete elements like packages, services, and files.
|
|
.
|
|
This module manages both the installation and configuration of dcagent.
|