diff --git a/templates/dydns_egi_update_k8s.yml b/templates/dydns_egi_update_k8s.yml index 88f7e09..527f459 100644 --- a/templates/dydns_egi_update_k8s.yml +++ b/templates/dydns_egi_update_k8s.yml @@ -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 @@ -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: diff --git a/templates/dydns_egi_update_lrms.yml b/templates/dydns_egi_update_lrms.yml index f012ea1..b1420c1 100644 --- a/templates/dydns_egi_update_lrms.yml +++ b/templates/dydns_egi_update_lrms.yml @@ -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 @@ -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: diff --git a/templates/dydns_egi_update_vm.yml b/templates/dydns_egi_update_vm.yml index 2378568..25f6605 100644 --- a/templates/dydns_egi_update_vm.yml +++ b/templates/dydns_egi_update_vm.yml @@ -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 @@ -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: