Description of problem: Overcloud deployed through Tripleo UI is not configuring correctly the netmask provided on InternalApiNetCidr and the other CIDR, if we provide a cidr 26 it will configure cidr 24 Version-Release number of selected component (if applicable): OSP 10 How reproducible: always Steps to Reproduce: 1. Use the UI for a deployment 2. provide a cidr 26 on all the apis 3. Actual results: Interface configured with a cidr 24, make the deployment fail on some circumstances Expected results: cidr configured properly
Thanks for broader info. I think it clears the problem a lot. In OSP10 (newton) UI does not provide entire list of all the parameters. The workaround for this is setting the parameters by modifying environment files directly and then updating deployment plan with those files. (Just like using CLI) This is especially relevant to network configuration. In newton release we introduced a feature which allows to configure environment parameters directly via UI. e.g. user enables network-isolation and then he is able to see a list of all parameters related to network isolation environment file. This is IMHO different problem than https://bugs.launchpad.net/tripleo/+bug/1688053 reports
(In reply to Jiri Tomasek from comment #4) > Thanks for broader info. I think it clears the problem a lot. In OSP10 > (newton) UI does not provide entire list of all the parameters. The > workaround for this is setting the parameters by modifying environment files > directly and then updating deployment plan with those files. (Just like > using CLI) This is especially relevant to network configuration. > > In newton release we introduced a feature which allows to configure In _Ocata_ ... (sorry for confusion) > environment parameters directly via UI. e.g. user enables network-isolation > and then he is able to see a list of all parameters related to network > isolation environment file. > > This is IMHO different problem than > https://bugs.launchpad.net/tripleo/+bug/1688053 reports
I deployed using OSP11 with network isolation. I omitted some of the CIDRs from the templates and provided them via the GUI and they were configured properly. This was not possible in OSP10 but we now have a new feature that exposes additional parameters in the plan configuration dialog, when the user adds in an environmental file like "network isolation" for example. Would you be OK with closing this bug?
Thanks Udi, it should be fine! Thank you very much!