openstack-helm-addons/mini-mirror/Chart.yaml
Drew Walters 239471b1a8 Add mini-mirror chart
This commit introduces a chart for the mini-mirror [0], a service that
mirrors Debian and Ubuntu repositories. Mini-mirror uses aptly [1] to
download remote repositories listed in a directory structure and NGINX
[2] to serve their generated snapshots.

[0] https://airship-specs.readthedocs.io/en/latest/specs/approved/mini-mirror.html
[1] https://www.aptly.info/
[2] http://hg.nginx.org/nginx/

Depends-On: https://review.openstack.org/629600

Change-Id: I8b5cc42dd1128e3979a3faebea13fcacb0256242
2018-11-22 05:21:29 -06:00

25 lines
884 B
YAML

# Copyright 2019, AT&T Intellectual Property
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: v1
description: |
A Helm chart to deploy mini-mirror, a custom repository mirroring service.
name: mini-mirror
version: 0.1.0
sources:
- https://github.com/nginx/nginx
- https://git.openstack.org/openstack/openstack-helm-addons
maintainers:
- name: OpenStack-Helm Authors