system-config/modules/openstack_project/templates/reprepro/distributions.ubuntu-mariadb.erb
Jesse Pretorius afa38f2a45
OpenStack-CI Apt mirror for MariaDB
This patch adds a mirror for MariaDB packages. The releases
mirrored is selective, only covering the currently supported
Ubuntu and MariaDB versions for OpenStack-Ansible.

Having this mirror available aids deployment projects which
consume these packages by ensuring that all apt packages needed
are available in mirror local to the nodepool cloud provider.

Change-Id: Ic549bbbd4f5dafc6555174f3ef3bd713b9a727d4
2016-07-21 12:20:00 -04:00

13 lines
302 B
Plaintext

<% @releases.each do |release| -%>
Origin: MariaDB
Codename: <%= release %>
Description: OpenStack MariaDB <%= release.capitalize %> mirror
Architectures: amd64
Components: main
UDebComponents: main
Contents: .gz
Update: ubuntu-mariadb
Log: <%= @logdir %>/ubuntu-mariadb-<%= release %>.log
<% end -%>