diff --git a/debian_pkg_dirs b/debian_pkg_dirs new file mode 100644 index 000000000..d07321117 --- /dev/null +++ b/debian_pkg_dirs @@ -0,0 +1 @@ +playbookconfig diff --git a/playbookconfig/debian/deb_folder/changelog b/playbookconfig/debian/deb_folder/changelog new file mode 100644 index 000000000..2e251a96d --- /dev/null +++ b/playbookconfig/debian/deb_folder/changelog @@ -0,0 +1,5 @@ +playbookconfig (1.0-1) unstable; urgency=medium + + * Initial release. + + -- Dan Voiculeasa Tue, 17 Aug 2021 11:44:30 -0400 diff --git a/playbookconfig/debian/deb_folder/control b/playbookconfig/debian/deb_folder/control new file mode 100644 index 000000000..f55d30940 --- /dev/null +++ b/playbookconfig/debian/deb_folder/control @@ -0,0 +1,23 @@ +Source: playbookconfig +Section: admin +Priority: optional +Maintainer: StarlingX Developers +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. diff --git a/playbookconfig/debian/deb_folder/copyright b/playbookconfig/debian/deb_folder/copyright new file mode 100644 index 000000000..b8c6b3169 --- /dev/null +++ b/playbookconfig/debian/deb_folder/copyright @@ -0,0 +1,23 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: playbookconfig +Upstream-Contact: StarlingX Developers +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'. diff --git a/playbookconfig/debian/deb_folder/playbookconfig.dirs b/playbookconfig/debian/deb_folder/playbookconfig.dirs new file mode 100644 index 000000000..f32e86812 --- /dev/null +++ b/playbookconfig/debian/deb_folder/playbookconfig.dirs @@ -0,0 +1 @@ +/etc/ansible diff --git a/playbookconfig/debian/deb_folder/playbookconfig.install b/playbookconfig/debian/deb_folder/playbookconfig.install new file mode 100644 index 000000000..46d97f8ae --- /dev/null +++ b/playbookconfig/debian/deb_folder/playbookconfig.install @@ -0,0 +1,2 @@ +playbooks/ansible.cfg etc/ansible +playbooks/hosts etc/ansible diff --git a/playbookconfig/debian/deb_folder/rules b/playbookconfig/debian/deb_folder/rules new file mode 100755 index 000000000..f00dbc24f --- /dev/null +++ b/playbookconfig/debian/deb_folder/rules @@ -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 $@ diff --git a/playbookconfig/debian/deb_folder/source/format b/playbookconfig/debian/deb_folder/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/playbookconfig/debian/deb_folder/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/playbookconfig/debian/deb_folder/source/options b/playbookconfig/debian/deb_folder/source/options new file mode 100644 index 000000000..e69de29bb diff --git a/playbookconfig/debian/meta_data.yaml b/playbookconfig/debian/meta_data.yaml new file mode 100644 index 000000000..a28125f6d --- /dev/null +++ b/playbookconfig/debian/meta_data.yaml @@ -0,0 +1,7 @@ +--- +debname: playbookconfig +debver: 1.0-1 +src_path: src +revision: + dist: $STX_DIST + PKG_GITREVCOUNT: true