Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Rework the DNS name forging #57

Open
ogajduse opened this issue Mar 29, 2019 · 2 comments
Open

Rework the DNS name forging #57

ogajduse opened this issue Mar 29, 2019 · 2 comments

Comments

@ogajduse
Copy link
Member

Currently we have the following method for creating FQDN from the IP.

def get_FQDN_from_IP(ip):
    # If we want to support old version of OpenStack, we have to update this function and
    # solve it via serviceman
    return "ci-vm-{0}-{1}-{2}-{3}.hosted.upshift.rdu2.redhat.com".format(*ip.split("."))

I really think that there should be any other way doing this.
I am thinking of config file containing some entry like:

FQDN=ci-vm-{0}-{1}-{2}-{3}.hosted.upshift.rdu2.redhat.com
@jhutar
Copy link
Member

jhutar commented May 11, 2019

PR was merged, so I will close this.

@jhutar jhutar closed this as completed May 11, 2019
@ogajduse
Copy link
Member Author

I meant that we should come up with another way, different from the current state. Reopeninig

@ogajduse ogajduse reopened this Jun 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants