Feature #1361

Investigate whether DNS names may be used in the UI

Added by Vangelis Koukis almost 13 years ago. Updated over 11 years ago.

Status:Closed Start date:09/29/2011
Priority:High Due date:
Assignee:Kostas Papadimitriou % Done:

0%

Category:Cyclades UI Spent time: -
Target version:0.11.0

Description

Investigate whether the UI may perform reverse DNS lookups for the IPv4 and IPv6 addresses and use DNS names instead of raw IPs for RDP and SSH connections.

History

#1 Updated by Kostas Papadimitriou almost 13 years ago

The only possible solution that i can think of atm is to implement this as a small service in django ui application (such as invitations, feedback, vm connection info).

#2 Updated by Kostas Papadimitriou almost 13 years ago

  • Status changed from Assigned to Feedback

#3 Updated by Vangelis Koukis almost 12 years ago

  • Status changed from Feedback to Assigned
  • Priority changed from Low to High
  • Target version set to 0.11.0

One possible solution:

Have a UI setting showing how the VM name is to be formatted in the UI:

UI_SERVER_HOSTNAME_FORMAT = 'snf-%d.vm.okeanos.grnet.gr'

This is a deployment-specific setting, showing a correspondence between server ID (the %d part, or %(id) if a server dict is to be used against the string), and the DNS entry.

The administrator is responsible for setting up dynamic DNS and choosing the value of this setting correspondingly.

#4 Updated by Kostas Papadimitriou almost 12 years ago

  • Status changed from Assigned to Feedback

UI_VM_HOSTNAME_FORMAT etting added in 3796f34.

the default value is: 'snf-%(id)s.vm.okeanos.grnet.gr'

#5 Updated by Vangelis Koukis over 11 years ago

  • Status changed from Feedback to Closed

Seems great, closing ticket.

Also available in: Atom PDF