Skip to content
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

Replace secret with password for Dynamic DNS templates #170

Merged
merged 1 commit into from
Jul 18, 2024
Merged
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
4 changes: 2 additions & 2 deletions templates/dydns_egi_update_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ topology_template:
default: myvm.test.fedcloud.changeme
description: DNS hostname registered via https://nsupdate.fedcloud.eu/
type: string
nsupdate_secret:
nsupdate_password:
default: changeme
description: Secret generated when registering myvm.test.fedcloud.changeme via https://nsupdate.fedcloud.eu/
type: string
Expand All @@ -49,7 +49,7 @@ topology_template:
dydns_hostname:
get_input: nsupdate_dns
dydns_secret:
get_input: nsupdate_secret
get_input: nsupdate_password
new_ip:
get_attribute: [ front, public_address, 0 ]
requirements:
Expand Down
4 changes: 2 additions & 2 deletions templates/dydns_egi_update_lrms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ topology_template:
default: myvm.test.fedcloud.changeme
description: DNS hostname registered via https://nsupdate.fedcloud.eu/
type: string
nsupdate_secret:
nsupdate_password:
default: changeme
description: Secret generated when registering myvm.test.fedcloud.changeme via https://nsupdate.fedcloud.eu/
type: string
Expand All @@ -50,7 +50,7 @@ topology_template:
dydns_hostname:
get_input: nsupdate_dns
dydns_secret:
get_input: nsupdate_secret
get_input: nsupdate_password
new_ip:
get_attribute: [ lrms_server, public_address, 0 ]
requirements:
Expand Down
4 changes: 2 additions & 2 deletions templates/dydns_egi_update_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ topology_template:
default: myvm.test.fedcloud.changeme
description: DNS hostname registered via https://nsupdate.fedcloud.eu/
type: string
nsupdate_secret:
nsupdate_password:
default: changeme
description: Secret generated when registering myvm.test.fedcloud.changeme via https://nsupdate.fedcloud.eu/
type: string
Expand All @@ -49,7 +49,7 @@ topology_template:
dydns_hostname:
get_input: nsupdate_dns
dydns_secret:
get_input: nsupdate_secret
get_input: nsupdate_password
new_ip:
get_attribute: [ simple_node, public_address, 0 ]
requirements:
Expand Down
Loading