Commit Graph

7 Commits

Author SHA1 Message Date
Gage Hugo 5ad8824fca Retire openstack-helm-addons repository
This change removes the context from the openstack-helm-addons
repository as part of the effort to retire the repo.

Change-Id: I25603f95f54d88293623206b4d56a109d3b3a5c3
2022-07-25 08:49:04 -05:00
KAVVA, JAGAN MOHAN REDDY (jk330k) 479f50db8b Enable Docker default AppArmor profile to mini-mirror
This adds default Apparmor profile to mini-mirror.

Change-Id: I4f801580ae7f6f6e59fab38a6742102004ddff05
2020-02-21 19:02:28 +00:00
Prateek Dodda b4a8d1e9e8 Mini-mirror: Add pod/container security context
This updates the Mini-mirror chart to include the pod
security context on the pod template

Change-Id: Id987f3bb38e257c74db8254096743a61514f3397
2019-11-26 20:32:53 +00:00
Kumar, Nishant(nk613n) aad032a9b5 [mini-mirror] Add node selector label to pod spec
This PS adds node selector labels to deployment pod spec to avoid
mini mirror from getting deployed to compute nodes.

Change-Id: Ie898616e4d15ce6ce1736df863b3514e03433ee7
2019-07-18 17:26:50 -04:00
Steve Wilkerson 15b5f31291 Add release-uuid annotation to pod spec
This adds the release-uuid annotation to the pod spec for all
replication controller templates in the openstack-helm-addons
charts

Change-Id: I040fe3a60d4d10e101238a4d760da14cbb18bf31
2019-03-15 06:00:25 +00:00
Drew Walters ad468883c6 mini-mirror: Add ingress
Currently, services rely on an in-cluster service address in order to
interact with mini-mirror. This change introduces support for cluster
ingress so services or nodes may resolve mini-mirror from outside a
cluster.

Change-Id: I5cc451de3f3e1be7d046bf9ca50b1ad53682d01b
2019-02-14 15:25:03 +00:00
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