-
Notifications
You must be signed in to change notification settings - Fork 25
VIC plugin throws a parsing error when customer tries to specify only the gateway for management network. #568
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
Comments
Updated mockups to show "Routing destination:Gateway" and relabeled hint text for static IP to be "IP range or CIDR" |
UI change, so doc needs to be updated accordingly. |
@zjs ,I noticed before "Routing destination" is not required field, so now, both Gateway and Routing destination are required. Right? |
I also update the tooltips to make it more clear for users. |
fixed by pr:#583 |
I think this is worth a release note, as it fixes a previously release noted issue: vmware/vic#7602 (comment) |
Added as a resolved issue in https://github.com/vmware/vic/releases/v1.4.3 |
@yeshwantbabar commented on Thu Mar 29 2018
When you provide a gateway for the management network, it's mandatory to provide at least one routing destination. UI Plugin doesn't reflect that. It has two separate fields for Gateway and Routing destinations. If the customer doesn't provide both the fields properly, plugin throws a weird parsing error [Refer to the screenshot].
There should be just one text field, Routing Destinations:Gateway along with a tooltip/help which explains this configuration.
The same thing applies to client network configurations as well.
@mdubya66 commented on Fri Jun 22 2018
is there a workaround for this and if so let's document and lower to a p2
@AngieCris commented on Fri Jun 22 2018
@jak-atx It rather looks like an enhancement than a bug - we should provide more helpful message instead of parsing error. We do have this requirement in the documentation that routing destination must be provided if there's a gateway.
@stuclem commented on Tue May 15 2018
Proposed release note:
When you provide a gateway for the management or client network, it is mandatory to provide at least one routing destination. The Create Virtual Container Host wizard does not conform to this behavior and has two separate fields for the Gateway and Routing destinations. If you do not fill in both the fields correctly, the wizard reports a parsing error.
I added this in both the
vic
andvic-ui
release notes.@zjs commented on Tue May 22 2018
From discussion with @pdaigle: Management network should be restructured to make it clearer that the when a gateway is entered, one or more routing destinations must be entered. Client-side validation should be added to enforce this. This will be more consistent with the CLI.
The text was updated successfully, but these errors were encountered: