Skip to content

Commit

Permalink
Change role ocp-infra-osp-fip to support nsupdate algorithm in nsupda…
Browse files Browse the repository at this point in the history
…te calls (#1993)

* Add nsupdate algorithm to deletion task for ocp-infra-osp-fip role

* Set role default for key_algorithm

* Fix wrong variable name
  • Loading branch information
fabiendupont authored Jun 23, 2020
1 parent 845063c commit 10903fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/ocp-infra-osp-fip/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
ddns_key_algorithm: hmac-md5
1 change: 1 addition & 0 deletions ansible/roles/ocp-infra-osp-fip/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
ttl: 5
value: "{{ item.name }}"
key_name: "{{ ddns_key_name }}"
key_algorithm: "{{ ddns_key_algorithm }}"
key_secret: "{{ ddns_key_secret }}"
loop:
- name: "{{ ocp_api_fip }}"
Expand Down

0 comments on commit 10903fd

Please sign in to comment.