Skip to content

Update bosh-dns runtime config for systemd noble support #467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion runtime-configs/dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ addons:
- os: ubuntu-xenial
- os: ubuntu-bionic
- os: ubuntu-jammy
- os: ubuntu-noble
jobs:
- name: bosh-dns
properties:
Expand All @@ -24,6 +23,30 @@ addons:
tls: ((/dns_healthcheck_server_tls))
release: bosh-dns
name: bosh-dns
- include:
stemcell:
- os: ubuntu-noble
jobs:
- name: bosh-dns
properties:
api:
client:
tls: ((/dns_api_client_tls))
server:
tls: ((/dns_api_server_tls))
cache:
enabled: true
configure_systemd_resolved: true
disable_recursors: true
health:
client:
tls: ((/dns_healthcheck_client_tls))
enabled: true
server:
tls: ((/dns_healthcheck_server_tls))
override_nameserver: false
release: bosh-dns
name: bosh-dns-systemd
- include:
stemcell:
- os: windows2012R2
Expand Down