Skip to content
Draft
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions ci/ops-files/noble-warden-dns.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- type: replace
path: /addons/name=bosh-dns-systemd/jobs/name=bosh-dns/properties/disable_recursors
value: false

- type: replace
path: /addons/name=bosh-dns-systemd/jobs/name=bosh-dns/properties/recursors?
value:
- 169.254.169.254
4 changes: 4 additions & 0 deletions ci/tasks/gcp/deploy-director.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ bosh -n update-cloud-config "${REPO_PARENT}/bosh-deployment/gcp/cloud-config.yml
--ops-file "${REPO_ROOT}/ci/ops-files/disable-ephemeral-ip.yml" \
--vars-file "${REPO_PARENT}/network-variables.yml" \
--vars-file "${REPO_PARENT}/director-vars.yml"

bosh -n update-runtime-config "${REPO_PARENT}/bosh-deployment/runtime-configs/dns.yml" \
--ops-file "${REPO_ROOT}/ci/ops-files/noble-warden-dns.yml" \
--name dns
Loading