Commented out custom repo for Ubuntu. Currently we do not use it
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user