From e00b87d677d0c6e8357455df19b4ecb0e0abeca4 Mon Sep 17 00:00:00 2001 From: Martin Loschwitz Date: Wed, 29 Aug 2012 02:45:51 +0000 Subject: [PATCH] Add the debian subdirectory for easier packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 32 +++++++++++++++++++++++++++++ debian/copyright | 48 ++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 13 ++++++++++++ debian/source/format | 1 + 6 files changed, 100 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d5db9b3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +openstack-resource-agents (2012.2~f3-1) unstable; urgency=low + + * Initial release + + -- Martin Loschwitz Tue, 28 Aug 2012 23:08:19 +0000 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..1e4f8c5 --- /dev/null +++ b/debian/control @@ -0,0 +1,32 @@ +Source: openstack-resource-agents +Section: admin +Priority: extra +Maintainer: Martin Loschwitz +Build-Depends: debhelper (>= 9.0.0) +Standards-Version: 3.9.3 +Homepage: http://github.com/madkiss/openstack-resource-agents +#Vcs-Git: git://github.com/madkiss/openstack-resource-agents.git + +Package: openstack-resource-agents +Architecture: all +Depends: ${misc:Depends}, netstat, python-keystoneclient, python-glanceclient, python-novaclient, curl +Description: pacemaker resource agents for OpenStack + This package contains resource agents to run most of the OpenStack + components inside a pacemaker-controlled high availability cluster. + Agents for the following OpenStack components are included: + . + * glance-api + * glance-registry + * keystone + * nova-api + * nova-cert + * nova-consoleauth + * nova-network + * nova-novnc + * nova-objectstore + * nova-scheduler + * nova-volume + * quantum-server + . + Install this package if you want this computer to act as member + of a pacemaker HA cluster running OpenStack components. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..4edfa6b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,48 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: openstack-resource-agents +Source: http://github.com/madkiss/openstack-resource-agents + +Files: Makefile +Copyright: 2012 hastexo Professional Services GmbH +License: Apache + +Files: debian/* +Copyright: 2012 hastexo Professional Services GmbH +License: Apache + +Files: ocf/nova-api ocf/nova-cert ocf/nova-consoleauth ocf/nova-novnc ocf/nova-scheduler +Copyright: 2012 Sebastien Han +License: Apache + +Files: ocf/nova-network ocf/nova-objectstore ocf/volume +Copyright: 2012 Alessandro Tagliapietra +License: Apache + +Files: ocf/quantum-server +Copyright: 2012 Emilien Macchi +License: Apache + +Files: ocf/glance-api ocf/glance-registry ocf/keystone +Copyright: 2012 hastexo Professional Services GmbH +License: Apache + +License: Apache + 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 systems, the complete text of the Apache 2.0 license + can be found at "/usr/share/common-licenses/Apache-2.0" + express or implied. See the License for the specific language + governing permissions and limitations under the License. + . + On Debian systems, the complete text of the Apache 2.0 license + can be found at "/usr/share/common-licenses/Apache-2.0" diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..68449f2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)