Huge changes in powerdns
* Add .gitreview
* Add support for sqlite backend
* Move backends configuration from service state to multiple state files
* Add packages.jinja for os_family package name mapping
* Update README
* Add debian/*
* Add simple test
This split simplifies process of adding new types of backends.
To add new backend type we just need describe required steps in
particular state file, add backend config and specify the engine
in powerdns:server:backend pillar.
Related PROD: 11411
Change-Id: I758b3eea71ceaeb4788a94ea616ffc9240c9e594
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..09e4837
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+salt-formula-powerdns (0.1) xenial; urgency=low
+
+ * Initial release
+
+ -- Ivan Suzdal <mos-linux@mirantis.com> Wed, 31 May 2017 15:13:23 +0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..190d433
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: salt-formula-powerdns
+Maintainer: MOS Linux Team <mos-linux@mirantis.com>
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 9), python-pip, python-virtualenv
+Standards-Version: 3.9.8
+Vcs-Browser: https://github.com/salt-formulas/salt-formula-powerdns
+Vcs-Git: https://github.com/salt-formulas/salt-formula-powerdns.git
+
+Package: salt-formula-powerdns
+Architecture: all
+Depends: ${misc:Depends}, salt-master
+Description: PowerDNS salt formula
+ Install and configure PowerDNS server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d03cdde
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: salt-formula-powerdns
+Source: https://github.com/salt-formulas/salt-formula-powerdns
+
+Files: debian/*
+Copyright: 2017, MOS Linux Team <mos-linux@mirantis.com>
+License: Apache-2
+
+Files: *
+Copyright: Filip Pytloun <fpytloun@mirantis.com>
+ Aleš Komárek <akomarek@mirantis.com>
+ MOS Linux Team <mos-linux@mirantis.com>
+License: Apache-2
+
+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/debian/docs b/debian/docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)