summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorJoel Diaz <jdiaz@redhat.com>2016-04-19 11:44:46 -0400
committerJoel Diaz <jdiaz@redhat.com>2016-04-19 11:44:46 -0400
commit30c41f3bc24204bad68f30927ea59ec78821a43a (patch)
tree42b3cbefb3e915385b17ecd5e9b81721b98a4772 /openshift-ansible.spec
parent1bb3de7855096557a820845cef9efe4702093675 (diff)
parent3681ab5fb2a39ccb06024e6ad514ad50df21f9d2 (diff)
downloadopenshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.gz
openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.bz2
openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.xz
openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.zip
Merge pull request #1734 from joelddiaz/tools-roles-move
cleanup roles after roles move to openshift-tools
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec18
1 files changed, 0 insertions, 18 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 4ac4da87c..98d85ddd9 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -74,10 +74,6 @@ cp -rp playbooks %{buildroot}%{_datadir}/ansible/%{name}/
# openshift-ansible-roles install
cp -rp roles %{buildroot}%{_datadir}/ansible/%{name}/
-# openshift-ansible-zabbix install (standalone lib_zabbix library)
-mkdir -p %{buildroot}%{_datadir}/ansible/zabbix
-cp -rp roles/lib_zabbix/library/* %{buildroot}%{_datadir}/ansible/zabbix/
-
# openshift-ansible-filter-plugins install
cp -rp filter_plugins %{buildroot}%{_datadir}/ansible_plugins/
@@ -121,20 +117,6 @@ Scripts to make it nicer when working with hosts that are defined only by metada
# ----------------------------------------------------------------------------------
-# openshift-ansible-zabbix subpackage
-# ----------------------------------------------------------------------------------
-%package zabbix
-Summary: Openshift and Atomic Enterprise Ansible Zabbix library
-Requires: python-openshift-tools-zbxapi
-BuildArch: noarch
-
-%description zabbix
-Python library for interacting with Zabbix with Ansible.
-
-%files zabbix
-%{_datadir}/ansible/zabbix
-
-# ----------------------------------------------------------------------------------
# openshift-ansible-docs subpackage
# ----------------------------------------------------------------------------------
%package docs