Move meta to right directory
diff --git "a/\173\173cookiecutter.service_name\175\175/CHANGELOG.rst" "b/\173\173cookiecutter.service_name\175\175/CHANGELOG.rst"
new file mode 100644
index 0000000..305c815
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/CHANGELOG.rst"
@@ -0,0 +1,6 @@
+{{cookiecutter.service_name}} formula
+=========================================
+
+0.0.1 (2015-08-22)
+
+- Initial formula setup
\ No newline at end of file
diff --git "a/\173\173cookiecutter.service_name\175\175/LICENSE" "b/\173\173cookiecutter.service_name\175\175/LICENSE"
new file mode 100644
index 0000000..e7019f4
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/LICENSE"
@@ -0,0 +1,13 @@
+Copyright (c) 2014-2015 {{cookiecutter.license_holder}}
+
+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.
\ No newline at end of file
diff --git "a/\173\173cookiecutter.service_name\175\175/README.rst" "b/\173\173cookiecutter.service_name\175\175/README.rst"
new file mode 100644
index 0000000..59cad3c
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/README.rst"
@@ -0,0 +1,23 @@
+
+==================================
+{{cookiecutter.service_name}}
+==================================
+
+Service {{cookiecutter.service_name}} description
+
+Sample pillars
+==============
+
+Single {{cookiecutter.service_name}} service
+
+.. code-block:: yaml
+
+ {{cookiecutter.service_name}}:
+ server:
+ enabled: true
+ version: icehouse
+
+Read more
+=========
+
+* links
diff --git "a/\173\173cookiecutter.service_name\175\175/VERSION" "b/\173\173cookiecutter.service_name\175\175/VERSION"
new file mode 100644
index 0000000..49d5957
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/VERSION"
@@ -0,0 +1 @@
+0.1
diff --git "a/\173\173cookiecutter.service_name\175\175/debian/changelog" "b/\173\173cookiecutter.service_name\175\175/debian/changelog"
new file mode 100644
index 0000000..f6516e7
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/debian/changelog"
@@ -0,0 +1,6 @@
+
+salt-formula-heat (0.1) trusty; urgency=medium
+
+ * Initial release
+
+ -- {{cookiecutter.author_contact}} Thu, 13 Aug 2015 23:23:41 +0200
diff --git "a/\173\173cookiecutter.service_name\175\175/debian/compat" "b/\173\173cookiecutter.service_name\175\175/debian/compat"
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/debian/compat"
@@ -0,0 +1 @@
+9
diff --git "a/\173\173cookiecutter.service_name\175\175/debian/control" "b/\173\173cookiecutter.service_name\175\175/debian/control"
new file mode 100644
index 0000000..d6a4936
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/debian/control"
@@ -0,0 +1,15 @@
+Source: salt-formula-{{cookiecutter.service_name}}
+Maintainer: {{cookiecutter.author_contact}}
+Section: admin
+Priority: optional
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://www.tcpcloud.eu
+Vcs-Browser: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}
+Vcs-Git: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}.git
+
+Package: salt-formula-{{cookiecutter.service_name}}
+Architecture: all
+Depends: ${misc:Depends}, salt-master, reclass
+Description: {{cookiecutter.service_name}} salt formula
+ Install and configure {{cookiecutter.service_name}} system.
diff --git "a/\173\173cookiecutter.service_name\175\175/debian/copyright" "b/\173\173cookiecutter.service_name\175\175/debian/copyright"
new file mode 100644
index 0000000..044d80e
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/debian/copyright"
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: salt-formula-{{cookiecutter.service_name}}
+Upstream-Contact:
+Source: https://github.com/tcpcloud/salt-formula-{{cookiecutter.service_name}}
+
+Files: *
+Copyright: 2014-2015 {{cookiecutter.license_holder}}
+License: Apache-2.0
+ Copyright (C) 2014-2015 {{cookiecutter.license_holder}}
+ .
+ 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/\173\173cookiecutter.service_name\175\175/debian/docs" "b/\173\173cookiecutter.service_name\175\175/debian/docs"
new file mode 100644
index 0000000..d585829
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/debian/docs"
@@ -0,0 +1,3 @@
+README.rst
+CHANGELOG.rst
+VERSION
diff --git "a/\173\173cookiecutter.service_name\175\175/debian/install" "b/\173\173cookiecutter.service_name\175\175/debian/install"
new file mode 100644
index 0000000..c28f289
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/debian/install"
@@ -0,0 +1,4 @@
+_modules/* /usr/share/salt-formulas/env/_modules/
+_states/* /usr/share/salt-formulas/env/_states/
+{{cookiecutter.service_name}}/* /usr/share/salt-formulas/env/{{cookiecutter.service_name}}/
+metadata/service/* /usr/share/salt-formulas/reclass/service/{{cookiecutter.service_name}}/
diff --git "a/\173\173cookiecutter.service_name\175\175/debian/rules" "b/\173\173cookiecutter.service_name\175\175/debian/rules"
new file mode 100755
index 0000000..abde6ef
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/debian/rules"
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
diff --git "a/\173\173cookiecutter.service_name\175\175/debian/source/format" "b/\173\173cookiecutter.service_name\175\175/debian/source/format"
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/debian/source/format"
@@ -0,0 +1 @@
+3.0 (native)
diff --git "a/\173\173cookiecutter.service_name\175\175/metadata/service/\173\173cookiecutter.role_name\175\175/cluster.yml" "b/\173\173cookiecutter.service_name\175\175/metadata/service/\173\173cookiecutter.role_name\175\175/cluster.yml"
new file mode 100644
index 0000000..c9dc550
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/metadata/service/\173\173cookiecutter.role_name\175\175/cluster.yml"
@@ -0,0 +1,45 @@
+applications:
+- heat
+parameters:
+ heat:
+ server:
+ enabled: true
+ version: ${_param:heat_version}
+ bind:
+ api_cfn:
+ address: ${_param:cluster_local_address}
+ api_cloudwatch:
+ address: ${_param:cluster_local_address}
+ api:
+ address: ${_param:cluster_local_address}
+ database:
+ engine: mysql
+ host: ${_param:cluster_vip_address}
+ port: 3306
+ name: heat
+ user: heat
+ password: ${_param:mysql_heat_password}
+ metadata:
+ host: ${_param:cluster_vip_address}
+ port: 8000
+ waitcondition:
+ host: ${_param:cluster_vip_address}
+ port: 8000
+ watch:
+ host: ${_param:cluster_vip_address}
+ port: 8003
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ tenant: service
+ user: heat
+ password: ${_param:keystone_heat_password}
+ message_queue:
+ engine: rabbitmq
+ host: ${_param:cluster_vip_address}
+ port: 5672
+ user: openstack
+ password: ${_param:rabbitmq_openstack_password}
+ virtual_host: '/openstack'
+ ha_queues: true
diff --git "a/\173\173cookiecutter.service_name\175\175/metadata/service/\173\173cookiecutter.role_name\175\175/single.yml" "b/\173\173cookiecutter.service_name\175\175/metadata/service/\173\173cookiecutter.role_name\175\175/single.yml"
new file mode 100644
index 0000000..8853853
--- /dev/null
+++ "b/\173\173cookiecutter.service_name\175\175/metadata/service/\173\173cookiecutter.role_name\175\175/single.yml"
@@ -0,0 +1,6 @@
+applications:
+- {{cookiecutter.service_name}}
+parameters:
+ {{cookiecutter.service_name}}:
+ {{cookiecutter.role_name}}:
+ enabled: true