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:
parent
165816eeff
commit
346c94c3c7
1
debian_pkg_dirs
Normal file
1
debian_pkg_dirs
Normal file
@ -0,0 +1 @@
|
||||
playbookconfig
|
5
playbookconfig/debian/deb_folder/changelog
Normal file
5
playbookconfig/debian/deb_folder/changelog
Normal 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
|
23
playbookconfig/debian/deb_folder/control
Normal file
23
playbookconfig/debian/deb_folder/control
Normal 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.
|
23
playbookconfig/debian/deb_folder/copyright
Normal file
23
playbookconfig/debian/deb_folder/copyright
Normal 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'.
|
1
playbookconfig/debian/deb_folder/playbookconfig.dirs
Normal file
1
playbookconfig/debian/deb_folder/playbookconfig.dirs
Normal file
@ -0,0 +1 @@
|
||||
/etc/ansible
|
2
playbookconfig/debian/deb_folder/playbookconfig.install
Normal file
2
playbookconfig/debian/deb_folder/playbookconfig.install
Normal file
@ -0,0 +1,2 @@
|
||||
playbooks/ansible.cfg etc/ansible
|
||||
playbooks/hosts etc/ansible
|
7
playbookconfig/debian/deb_folder/rules
Executable file
7
playbookconfig/debian/deb_folder/rules
Executable 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 $@
|
1
playbookconfig/debian/deb_folder/source/format
Normal file
1
playbookconfig/debian/deb_folder/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
0
playbookconfig/debian/deb_folder/source/options
Normal file
0
playbookconfig/debian/deb_folder/source/options
Normal file
7
playbookconfig/debian/meta_data.yaml
Normal file
7
playbookconfig/debian/meta_data.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
debname: playbookconfig
|
||||
debver: 1.0-1
|
||||
src_path: src
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
Loading…
Reference in New Issue
Block a user