Add Debian mirror for Ocata packages

In order to run Debian packages of the Ocata release through
CI/CD, we first need the debian-ocata package mirrors to be
initialized.

Change-Id: I754dbf2d75bc043735707e42e8b480b932ee0b86
This commit is contained in:
Allison Randal 2017-02-23 15:55:16 -05:00
parent 47d5314b47
commit 4b8cd980ac

View File

@ -120,6 +120,6 @@ class openstack_project::release_slave (
confdir => '/etc/reprepro/debian-openstack',
basedir => '/afs/.openstack.org/mirror/debian-openstack',
distributions => 'openstack_project/reprepro/distributions.debian-openstack.erb',
releases => ['jessie-newton'],
releases => ['jessie-newton', 'jessie-ocata'],
}
}