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

Change our resource naming method #213

Open
EarthmanT opened this issue Mar 6, 2018 · 0 comments
Open

Change our resource naming method #213

EarthmanT opened this issue Mar 6, 2018 · 0 comments

Comments

@EarthmanT
Copy link
Collaborator

Today we are creating absurdly long hostnames in servers because we have an absurd default naming policy:

    return "{0}_{1}_{2}".format(type_name, ctx.deployment.id, ctx.instance.id)

Change this to something else. Maybe do what we do in Azure, which is generate a UUID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant