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

This commit is contained in:
Zuul 2021-03-04 00:05:52 +00:00 committed by Gerrit Code Review
commit 6e608f430f
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

@ -187,3 +187,5 @@ container_images:
image_source: tripleo
- imagename: quay.io/tripleovictoria/openstack-rsyslog:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleovictoria/openstack-unbound:current-tripleo
image_source: tripleo

View File

@ -806,3 +806,11 @@ container_images_template:
- OS::TripleO::Services::Rsyslog
- OS::TripleO::Services::SwiftProxy
- OS::TripleO::Services::SwiftStorage
- imagename: "{{namespace}}/{{name_prefix}}unbound{{name_suffix}}:{{tag}}"
image_source: tripleo
params:
- ContainerUnboundImage
- ContainerUnboundConfigImage
services:
- OS::TripleO::Services::Unbound