Skip to content
Snippets Groups Projects

Don't use the FQDN name

Merged Ritesh Raj Sarraf requested to merge wip/ritesh/donot-use-dns-domainname into master
1 unresolved thread

There's not much value in using the fqdn for docker instance resolving because all docker instances are usually on the same host machine. And they can resolve each other with the short hostnames.

OTOH, relying on the fqdn has caused problems in environments where a DNS Domain Name is provided, like for example the instances on Microsoft Azure environment, which provide their Azure domain names. This creates invalid OBS host name instances.

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
10 10 # Generate ssl-cert
11 11 make-ssl-cert generate-default-snakeoil --force-overwrite
12 12 # Place api and repo url on index page
13 FQHOSTNAME=`hostname -f`
  • Andrej Shadura mentioned in merge request !16 (merged)

    mentioned in merge request !16 (merged)

  • Please register or sign in to reply
    Loading