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

This commit is contained in:
Zuul 2021-03-18 17:06:31 +00:00 committed by Gerrit Code Review
commit ac2da7b6bf
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/tripleoussuri/centos-binary-rsyslog:current-tripleo
image_source: tripleo
- imagename: quay.io/tripleoussuri/centos-binary-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