Add debian package for playbookconfig

Story: 2009101
Task: 43051
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: I93218638dc9a09db2ce97d6da57aac729f125bb5
This commit is contained in:
Dan Voiculeasa 2021-08-18 10:20:32 +03:00
parent 165816eeff
commit 346c94c3c7
10 changed files with 70 additions and 0 deletions

1
debian_pkg_dirs Normal file
View File

@ -0,0 +1 @@
playbookconfig

View File

@ -0,0 +1,5 @@
playbookconfig (1.0-1) unstable; urgency=medium
* Initial release.
-- Dan Voiculeasa <dan.voiculeasa@windriver.com> Tue, 17 Aug 2021 11:44:30 -0400

View File

@ -0,0 +1,23 @@
Source: playbookconfig
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: playbookconfig
Architecture: all
Depends: ${misc:Depends},
ansible,
python3,
python3-netaddr,
python3-ptyprocess,
python3-pexpect,
python3-parted,
sshpass,
sysinv,
cgts-client,
trident-installer
Description: Ansible Playbooks for StarlingX Configurations.
This package contains playbooks used for configuring StarlingX.

View File

@ -0,0 +1,23 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: playbookconfig
Upstream-Contact: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Source: https://opendev.org/starlingx/ansible-playbooks
Files: *
Copyright: (c) 2019-2021 Wind River Systems, Inc.
(c) 2021 Intel Corporation
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.

View File

@ -0,0 +1 @@
/etc/ansible

View File

@ -0,0 +1,2 @@
playbooks/ansible.cfg etc/ansible
playbooks/hosts etc/ansible

View File

@ -0,0 +1,7 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
%:
dh $@

View File

@ -0,0 +1 @@
3.0 (quilt)

View File

@ -0,0 +1,7 @@
---
debname: playbookconfig
debver: 1.0-1
src_path: src
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true