2017-08-18 10:02:32 +00:00
|
|
|
[metadata]
|
2018-01-18 15:22:37 +00:00
|
|
|
name = kubespray
|
2017-08-18 10:02:32 +00:00
|
|
|
summary = Ansible modules for installing Kubernetes
|
|
|
|
description-file =
|
|
|
|
README.md
|
|
|
|
author = Kubespray
|
|
|
|
author-email = smainklh@gmail.com
|
2018-01-18 15:22:37 +00:00
|
|
|
license = Apache License (2.0)
|
2017-08-18 10:02:32 +00:00
|
|
|
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 =
|
2018-01-18 15:22:37 +00:00
|
|
|
/usr/share/kubespray/playbooks/ =
|
2017-08-18 10:02:32 +00:00
|
|
|
cluster.yml
|
|
|
|
upgrade-cluster.yml
|
|
|
|
scale.yml
|
|
|
|
reset.yml
|
|
|
|
extra_playbooks/upgrade-only-k8s.yml
|
2018-01-18 15:22:37 +00:00
|
|
|
/usr/share/kubespray/roles = roles/*
|
|
|
|
/usr/share/doc/kubespray/ =
|
|
|
|
LICENSE
|
|
|
|
README.md
|
|
|
|
/usr/share/doc/kubespray/inventory/ =
|
2018-02-01 06:42:34 +00:00
|
|
|
inventory/sample/hosts.ini
|
2017-08-18 14:04:48 +00:00
|
|
|
/etc/kubespray/ =
|
|
|
|
ansible.cfg
|
2018-02-01 06:42:34 +00:00
|
|
|
/etc/kubespray/inventory/sample/group_vars/ =
|
|
|
|
inventory/sample/group_vars/all.yml
|
|
|
|
inventory/sample/group_vars/k8s-cluster.yml
|
2017-08-18 10:02:32 +00:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|
|
|
|
|
|
|
|
[pbr]
|
|
|
|
skip_authors = True
|
|
|
|
skip_changelog = True
|
2017-08-18 14:04:48 +00:00
|
|
|
|
|
|
|
[bdist_rpm]
|
|
|
|
group = "System Environment/Libraries"
|
|
|
|
requires =
|
|
|
|
ansible
|
|
|
|
python-jinja2
|
|
|
|
python-netaddr
|