Re: [openstack-dev] [Fuel] Number of IP addresses in a public network

2015-11-20 Thread Aleksey Kasatkin
We have more generic ticket: https://bugs.launchpad.net/fuel/+bug/1354803 and corresponding CR: https://review.openstack.org/#/c/245941/ Aleksey Kasatkin On Fri, Nov 20, 2015 at 11:24 AM, Aleksey Kasatkin wrote: > It's not about Public networks only. There can be the same problem with > other

Re: [openstack-dev] [Fuel] Number of IP addresses in a public network

2015-11-20 Thread Aleksey Kasatkin
It's not about Public networks only. There can be the same problem with other networks as well. It's required to check all the networks (across all node groups). But it is done just for Public network now (and VIPs for plugins are not taken into account). Aleksey Kasatkin On Fri, Nov 20, 2015 a

Re: [openstack-dev] [Fuel] Number of IP addresses in a public network

2015-11-19 Thread Andrew Woodward
The high value of the bug here reflects that the error message is wrong. >From a UX side we could maybe even justify this as Critical. The error message must reflect the correct quantity of addresses required. On Tue, Nov 17, 2015 at 1:31 PM Roman Prykhodchenko wrote: > Folks, we should resurre

Re: [openstack-dev] [Fuel] Number of IP addresses in a public network

2015-11-17 Thread Roman Prykhodchenko
Folks, we should resurrect this thread and find a consensus. > 1 вер. 2015 р. о 15:00 Andrey Danin написав(ла): > > +1 to Igor. > > It's definitely not a High bug. The biggest problem I see here is a confusing > error message with a wrong number of required IPs. AFAIU we cannot fix it > easil

Re: [openstack-dev] [Fuel] Number of IP addresses in a public network

2015-09-01 Thread Andrey Danin
+1 to Igor. It's definitely not a High bug. The biggest problem I see here is a confusing error message with a wrong number of required IPs. AFAIU we cannot fix it easily now so let's postpone it to 8.0 but change a message itself [0] in 7.0. [0] https://github.com/stackforge/fuel-web/blob/master

Re: [openstack-dev] [Fuel] Number of IP addresses in a public network

2015-09-01 Thread Igor Kalnitsky
Hello, My 5 cents on it. I don't think it's really a High or Critical bug for 7.0. If there's not enough IPs the CheckBeforeDeploymentTask will fail. And that's actually Ok, it may fail by different reason without starting actual deployment (sending message to Astute). But I agree it's kinda str

[openstack-dev] [Fuel] Number of IP addresses in a public network

2015-08-31 Thread Roman Prykhodchenko
Hi folks! Recently a problem that network check does not tell whether there’s enough IP addresses in a public network [1] was reported. That check is performed by CheckBeforeDeployment task, but there is two problems that happen because this verification is done that late: - A deployment fail