afa38f2a45
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
13 lines
302 B
Plaintext
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 -%>
|