Commented out custom repo for Ubuntu. Currently we do not use it

This commit is contained in:
manashkin
2012-11-16 16:37:15 +04:00
parent 9a65ae6cc7
commit 0e7d2c49ff

View File

@@ -5,16 +5,18 @@ class openstack::mirantis_repos (
) {
case $::osfamily {
'Debian': {
class { 'apt':
stage => 'openstack-ci-repo'
}->
class { 'openstack::repo::apt':
key => '420851BC',
location => 'http://172.18.66.213/deb',
key_source => 'http://172.18.66.213/gpg.pub',
origin => '172.18.66.213',
stage => 'openstack-ci-repo'
}
# Currently we use only standard Debian repos, installed with OS
# There is nothing in our custom repo for Debian.
# class { 'apt':
# stage => 'openstack-custom-repo'
# }->
# class { 'openstack::repo::apt':
# key => '420851BC',
# location => 'http://172.18.66.213/deb',
# key_source => 'http://172.18.66.213/gpg.pub',
# origin => '172.18.66.213',
# stage => 'openstack-custom-repo',
# }
}
'RedHat': {
#$repo_baseurl='http://download.mirantis.com/epel-fuel-folsom'