-
Notifications
You must be signed in to change notification settings - Fork 24
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
VM spin up with invalid/unsubscribed subscription username/password and kubernates,openshift is in stopped state #79
Comments
@naina-verma which Vagrantfile you used when you tried |
I have used
|
@naina-verma you have to be |
|
@praveenkumar @LalatenduMohanty : What is the expected behavior in this scenario? |
@naina-verma So I am able to reproduce it and looks like we got a meaningful message below
And return status of vagrant also non-zero
Now since it's already exited as expected so it didn't execute any provision script which comes after registration which is why required service in not active/running. (And as I said it's expected). |
Yes, this is expected. |
But if you skip the registration process, you should be able to get a working openshift or K8s. |
@praveenkumar @navidshaikh @LalatenduMohanty @hferentschik @bexelbie : This I feel we need to change the behavior of this scenario. This proposal is for scenario when user chooses to go for Registration Process. I propose following (for CDK only):
However,
Note: If registration failed, no service should be running. Please any feedback on this? |
This is already current behavior except |
@praveenkumar In current scenario , user got the Spin VM but , did not get the notification message on console that vagrant process is completed . It just prompted to error message |
I would like to check this behavior if vagrant supports it or we can do it through |
+1, I think vagrant-registration is responsible for the error output to the user. |
@naina-verma I better go with
@budhrg Ack, but again it would be nice if we give 3 chance to user for provide correct username/password that would be nice.
@LalatenduMohanty Yes, It is. |
Closing this issue as we are tracking it in issue #80 |
VM spin up(vagrant up) with invalid subscription username/password and kubernates,openshift was in stopped state. No Success message after spinning up vm
There must be a handle to check for valid subscription
Either it should spin up machine with kubernates ,openshift , docker running with success message or throw error of invalid username/password and dont spin up vm
The text was updated successfully, but these errors were encountered: