Add debian specification
Change-Id: I14a082b80ce256da33bb541cf44c4068cae31d6d
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/CHANGELOG.rst
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..3108a3e
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,23 @@
+DevOps Portal
+=============
+
+The DevOps Portal provides dashboards and services to boost operational and
+support needs.
+
+Sample pillars
+~~~~~~~~~~~~~~
+
+The DevOps Portal supports only predefined set of services, add services into
+pillars to make them accessable from the portal. For example let's consider
+how to add a Jenkins service:
+
+.. code-block:: yaml
+
+ devops_portal:
+ config:
+ service:
+ jenkins:
+ endpoint:
+ address: 172.16.10.254
+ port: 8081
+ https: true
diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..24dff93
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+2017.3.1
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..174d1dd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+salt-formula-devops-portal (2017.3) trusty; urgency=medium
+
+ * Initial version
+
+ -- Ilya Kharin <ikharin@mirantis.com> Tue, 28 Mar 2017 15:00:00 +0400
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..e8003f5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: salt-formula-devops-portal
+Maintainer: Ilya Kharin <ikharin@mirantis.com>
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://mirantis.com
+Vcs-Browser: https://gerrit.mcp.mirantis.net/gitweb?p=salt-formulas%2Fdevops-portal.git
+Vcs-Git: https://gerrit.mcp.mirantis.net/salt-formulas/devops-portal
+
+Package: salt-formula-devops-portal
+Architecture: all
+Depends: ${misc:Depends}, salt-master, reclass
+Description: devops-portal salt formula
+ Install and configure the DevOps portal.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cb3cd22
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: salt-formula-devops-portal
+Upstream-Contact:
+Source: https://gerrit.mcp.mirantis.net/salt-formulas/devops-portal
+
+Files: *
+Copyright: 2017 Mirantis Inc.
+License: Apache-2.0
+ Copyright (C) 2017 Mirantis Inc.
+ .
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ .
+ On a Debian system you can find a copy of this license in
+ /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..d585829
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README.rst
+CHANGELOG.rst
+VERSION
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..5f0787f
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+devops_portal/* /usr/share/salt-formulas/env/devops_portal/
+metadata/service/* /usr/share/salt-formulas/reclass/service/devops_portal/
+_modules/* /usr/share/salt-formulas/env/_modules/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..abde6ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/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)
diff --git a/metadata.yml b/metadata.yml
index d0a300a..81f27bc 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,3 +1,3 @@
name: "devops_portal"
-version: "0.1"
-source: "https://github.com/tcpcloud/salt-formula-devops-portal"
+version: "2017.3.1"
+source: "https://gerrit.mcp.mirantis.net/salt-formulas/devops-portal"