feat: add ceph mirror to edgecache
- add ceph reef apt and rpm repository to edgecache - add the centos storage sig gpg
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# profiles::edgecache::files
|
||||
class profiles::edgecache::files {
|
||||
|
||||
# ceph rpm gpg key
|
||||
file {'/data/edgecache/pub/ceph/ceph-rpm.gpg':
|
||||
ensure => file,
|
||||
content => template('profiles/edgecache/ceph-rpm.gpg.erb'),
|
||||
require => File['/data/edgecache/pub/ceph'],
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user