Files
puppet-pacemaker/setup.py
Sofer Athlan-Guyot 0bd90c2711 CI: specinfra, xenial, lint, puppet bug.
Fix beaker job for pacemaker.  When
https://tickets.puppetlabs.com/browse/BKR-851 is fixed, remove it.

The xenial node definition is now gated for Newton, add it to the mix.

Fix puppet puppet-lint-absolute_classname-check.

Work around https://github.com/puppetlabs/puppet/pull/2633 where contain
cannot have a absolute class name as parameter in puppet 3.6.

For Ubuntu Xenial we are bitten by this
https://tickets.puppetlabs.com/browse/BKR-821, where puppet is installed
in /opt/puppetlabs/bin

The package pacemaker-mgmt is not available on Ubuntu Xenial, adjust to
this.  Dbus is required by pacemaker and not installed as a dependency:
http://logs.openstack.org/36/332836/7/check/gate-puppet-pacemaker-puppet-beaker-rspec-ubuntu-xenial/5e1ad11/console.html#_2016-06-23_16_03_00_952026

Add necessary support files for reno.

Adjust the metadata.json.

Change-Id: I22e207f758b94586ebf2333668c092fff3aaebac
2016-06-24 18:07:24 +02:00

23 lines
781 B
Python

#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# 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.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)