Merge "Enforce a minimum TTL for DNS records in TripleO jobs"

This commit is contained in:
Zuul 2017-12-01 20:00:55 +00:00 committed by Gerrit Code Review
commit 4fb4224d38
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
Base job template for TripleO jobs that leverage devstack-gate/dsvm
parent: legacy-dsvm-base
pre-run: playbooks/nodepool-provider/pre.yaml
vars:
# Note (dmsimard): This enforces a minimum TTL for DNS records, see
# https://review.openstack.org/#/c/523178/ for context
unbound_cache_min_ttl: 900
required-projects:
- openstack/aodh
- openstack/barbican