Add Ocata support to UCA mirror

Add Ocata packages mirroring support into UCA mirror.

Change-Id: I4ba37bce7dd5e69eebe1d9113d0b3a4732a70a07
This commit is contained in:
Emilien Macchi 2016-11-30 08:05:09 -05:00
parent 7a21280e51
commit 3174c76198

View File

@ -289,7 +289,7 @@ class openstack_project::mirror_update (
basedir => '/afs/.openstack.org/mirror/ubuntu-cloud-archive', basedir => '/afs/.openstack.org/mirror/ubuntu-cloud-archive',
distributions => 'openstack_project/reprepro/distributions.ubuntu-cloud-archive.erb', distributions => 'openstack_project/reprepro/distributions.ubuntu-cloud-archive.erb',
updates_file => 'puppet:///modules/openstack_project/reprepro/ubuntu-cloud-archive-updates', updates_file => 'puppet:///modules/openstack_project/reprepro/ubuntu-cloud-archive-updates',
releases => { 'trusty'=>['liberty', 'mitaka'], 'xenial'=>['newton'] }, releases => { 'trusty'=>['liberty', 'mitaka'], 'xenial'=>['newton', 'ocata'] },
} }
cron { 'reprepro ubuntu-cloud-archive': cron { 'reprepro ubuntu-cloud-archive':