Merge "Stop mirroring tensorflow and mxnet pypi packages"
This commit is contained in:
commit
0ac0d4d3a4
@ -27,10 +27,31 @@ class openstack_project::mirror_update (
|
|||||||
}
|
}
|
||||||
|
|
||||||
class { 'bandersnatch::mirror':
|
class { 'bandersnatch::mirror':
|
||||||
mirror_root => '/afs/.openstack.org/mirror/pypi',
|
mirror_root => '/afs/.openstack.org/mirror/pypi',
|
||||||
static_root => '/afs/.openstack.org/mirror',
|
static_root => '/afs/.openstack.org/mirror',
|
||||||
hash_index => true,
|
hash_index => true,
|
||||||
require => Class['bandersnatch'],
|
package_blacklist => [
|
||||||
|
# These packages are quite large and release often. Ignore them.
|
||||||
|
tensorflow,
|
||||||
|
tf-nightly,
|
||||||
|
tf-nightly-gpu,
|
||||||
|
tfp-nightly,
|
||||||
|
tfp-nightly-gpu,
|
||||||
|
tensorboard,
|
||||||
|
tb-nightly,
|
||||||
|
mxnet,
|
||||||
|
mxnet-mkl,
|
||||||
|
mxnet-cu75,
|
||||||
|
mxnet-cu75mkl,
|
||||||
|
mxnet-cu80,
|
||||||
|
mxnet-cu80mkl,
|
||||||
|
mxnet-cu80-win,
|
||||||
|
mxnet-cu90,
|
||||||
|
mxnet-cu90mkl,
|
||||||
|
mxnet-cu91,
|
||||||
|
mxnet-cu91mkl,
|
||||||
|
],
|
||||||
|
require => Class['bandersnatch'],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/bandersnatch.keytab':
|
file { '/etc/bandersnatch.keytab':
|
||||||
|
Loading…
Reference in New Issue
Block a user