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

Better integration with Dynamic DNS service #79

Open
tdviet opened this issue Sep 7, 2021 · 0 comments
Open

Better integration with Dynamic DNS service #79

tdviet opened this issue Sep 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@tdviet
Copy link
Owner

tdviet commented Sep 7, 2021

It would be useful if users can assign hostnames from Dynamic DNS service directly to VMs using fedcloudclient: either during creation or latter:

  • During creation: fedcloud openstack server create ... --hostname "hostname.vm.fedcloud.eu:secret". Implementation by inserting curl https://hostname:[email protected]/update to cloud-init script.

  • After creation: fedcloud dns assign hostname.vm.fedcloud.eu:secret --site site --vo vo --vm vm-id. Implementation by using openstack server ssh for executing the mentioned curl command to assign the hostname to the VM.

By this way, users don't have to care about IP addresses of the VMs, all access to VMs can be realized via the hostnames, not IP addresses.

@tdviet tdviet added the enhancement New feature or request label Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant