forked from porcupie/rbd-docker-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtpkg.yml
More file actions
19 lines (19 loc) · 674 Bytes
/
tpkg.yml
File metadata and controls
19 lines (19 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: rbd-docker-plugin
version: main.VERSION
#package_version: 1
maintainer: dm9831@yp.com
description: A Docker VolumeDriver Plugin that can manipulate Ceph RBD images.
# FIXME: not sure what happened but yp tpkg can no longer do this - some ruby error deep in bowels
# /usr/lib/ruby/site_ruby/1.8/tpkg/os/redhat.rb:71:in `block in available_native_packages': available_native_packages error running yum (RuntimeError)
# RPMS needed for Ceph .so libs
#dependencies:
# - name: ceph
# minimum_version: 0.94
# native: true
# - name: librados2
# native: true
# - name: librbd1
# native: true
# - name: docker-engine
# minimum_version: 1.8
# native: true