Skip to content

Commit b4162ac

Browse files
committed
Add addition of internalapi to designateWorker
The worker needs the internalapi network to be able to connect to the addresses included in the external BIND9 data.
1 parent 70fa108 commit b4162ac

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs_user/modules/proc_adopting-the-dns-service.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ pods send requests, not individual IP addresses.
414414
[NOTE]
415415
====
416416
417-
The `sed` commands in the shell script example are directed at default based deployments. If customizations have been made to the
417+
The `sed` commands in the shell script example are directed at default based deployments. If customizations have been made to the
418418
deployment, please either modify these commands or perform the modifications directly.
419419
420420
====
@@ -499,6 +499,10 @@ spec:
499499
designate:
500500
template:
501501
externalBindsSecret: designate-external-binds
502+
designateWorker:
503+
networkAttachments:
504+
- designate
505+
- internalapi
502506
'
503507
----
504508

tests/roles/designate_adoption/tasks/designate_external_migrate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
designate:
99
template:
1010
externalBindsSecret: designate-external-binds
11+
designateWorker:
12+
networkAttachments:
13+
- designate
14+
- internalapi
1115
'
1216
register: designate_external_patch_results
1317
changed_when: true

0 commit comments

Comments
 (0)