Add pbr build configuration
Required for an RPM package builds with the contrib/ansible-kubespray.spec Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
This commit is contained in:
41
setup.cfg
Normal file
41
setup.cfg
Normal file
@ -0,0 +1,41 @@
|
||||
[metadata]
|
||||
name = ansible-kubespray
|
||||
summary = Ansible modules for installing Kubernetes
|
||||
description-file =
|
||||
README.md
|
||||
author = Kubespray
|
||||
author-email = smainklh@gmail.com
|
||||
home-page = https://github.com/kubernetes-incubator/kubespray
|
||||
classifier =
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Development Status :: 4 - Beta
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: System Administrators
|
||||
Intended Audience :: Information Technology
|
||||
Topic :: Utilities
|
||||
|
||||
[global]
|
||||
setup-hooks =
|
||||
pbr.hooks.setup_hook
|
||||
|
||||
[files]
|
||||
data_files =
|
||||
/usr/local/share/kubespray/playbooks/ =
|
||||
cluster.yml
|
||||
upgrade-cluster.yml
|
||||
scale.yml
|
||||
reset.yml
|
||||
extra_playbooks/upgrade-only-k8s.yml
|
||||
/etc/kubespray/inventory/ =
|
||||
inventory/group_vars/all.yml
|
||||
inventory/group_vars/k8s-cluster.yml
|
||||
/etc/kubespray/ =
|
||||
ansible.cfg
|
||||
/usr/local/share/kubespray/roles = roles/*
|
||||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[pbr]
|
||||
skip_authors = True
|
||||
skip_changelog = True
|
Reference in New Issue
Block a user