Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Consider making cluster name optional in the API and generating a name #80

Closed
tmckayus opened this issue Sep 23, 2016 · 2 comments
Closed

Comments

@tmckayus
Copy link
Collaborator

Currently oshinko-s2i tooling does random cluster name generation for on-demand cluster creation, but this could just as easily be done in oshinko-rest if we make the cluster name optional instead of required on create.

Instead of a validation error, a missing name would cause a random name generation. The generated name would be returned in the result, so the caller would have full knowledge of the name chosen.

Any name passed would still be respected.

@elmiko
Copy link
Contributor

elmiko commented Sep 23, 2016

this is probably an improvement, plus we could then move some of the name scanning stuff in there as well. so, if a random name fails, it could try again before returning an error.

i'm ok with this. +1

@elmiko
Copy link
Contributor

elmiko commented Nov 3, 2017

migrated to radanalyticsio/oshinko-cli#93

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