Merge "Create a container for Unbound DNS resolver" into stable/train

This commit is contained in:
Zuul 2021-04-05 21:56:05 +00:00 committed by Gerrit Code Review
commit d9584f7108
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
tcib_packages:
common:
- unbound

View File

@ -209,3 +209,5 @@ container_images:
image_source: prom image_source: prom
- imagename: quay.ceph.io/app-sre/grafana:5.4.3 - imagename: quay.ceph.io/app-sre/grafana:5.4.3
image_source: grafana image_source: grafana
- imagename: quay.io/tripleotrain/centos-binary-unbound:current-tripleo
image_source: tripleo

View File

@ -1007,3 +1007,11 @@ container_images_template:
services: services:
- OS::TripleO::Services::NovaConductor - OS::TripleO::Services::NovaConductor
{% endif %} {% endif %}
- imagename: "{{namespace}}/{{name_prefix}}unbound{{name_suffix}}:{{tag}}"
image_source: tripleo
params:
- ContainerUnboundImage
- ContainerUnboundConfigImage
services:
- OS::TripleO::Services::Unbound