diff --git a/container-images/tcib/base/unbound/unbound.yaml b/container-images/tcib/base/unbound/unbound.yaml new file mode 100644 index 000000000..33b3fd362 --- /dev/null +++ b/container-images/tcib/base/unbound/unbound.yaml @@ -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 diff --git a/container-images/tripleo_containers.yaml b/container-images/tripleo_containers.yaml index b6bc338c2..92c54e41d 100644 --- a/container-images/tripleo_containers.yaml +++ b/container-images/tripleo_containers.yaml @@ -209,3 +209,5 @@ container_images: image_source: prom - imagename: quay.ceph.io/app-sre/grafana:5.4.3 image_source: grafana +- imagename: quay.io/tripleotrain/centos-binary-unbound:current-tripleo + image_source: tripleo diff --git a/container-images/tripleo_containers.yaml.j2 b/container-images/tripleo_containers.yaml.j2 index cd1c1177c..350647e27 100644 --- a/container-images/tripleo_containers.yaml.j2 +++ b/container-images/tripleo_containers.yaml.j2 @@ -1007,3 +1007,11 @@ container_images_template: services: - OS::TripleO::Services::NovaConductor {% endif %} + +- imagename: "{{namespace}}/{{name_prefix}}unbound{{name_suffix}}:{{tag}}" + image_source: tripleo + params: + - ContainerUnboundImage + - ContainerUnboundConfigImage + services: + - OS::TripleO::Services::Unbound