Zane Bitter

Results 46 comments of Zane Bitter

As that wiki page says [right at the top](https://wiki.openstack.org/wiki/Heat/AutoScaling#Note), it contains an obsolete proposal that was never implemented. There's no need for gophercloud, or any other client, to 'support' Autoscaling...

IMHO it's a mistake to think that the problem here is exception handlers. The problem is _exceptions_. In Python, almost any statement may result in an exception (which effectively means...

@sigmavirus24 did you mean to leave that comment on #27 rather than here? FWIW I have no plans to work on this.

Note that this problem is not at all restricted to try-except constructs with an else clause. Where there is no 'else' the graph simply contains an edge going directly from...

> would this change cover the issue? I have difficulty following the connectivity groups code, but it seems plausible. If we ignore the extra IP addresses at the point where...

> In general the concept is that connectivity checks all possible connections. > The belongs-to-majority-group checks if there is possible connections between hosts. Right now it actually checks that there...

It appears that when UMN is enabled (so [no VIPs](https://github.com/openshift/baremetal-runtimecfg/blob/master/cmd/runtimecfg/node-ip.go#L231)) the interface used for the Node IP is the one that has [the default route](https://github.com/openshift/baremetal-runtimecfg/blob/master/pkg/utils/addresses.go#L226). If we had the full...

> > Right now it actually checks that there are no impossible connections between hosts. That's a very high bar. > > It is all a matter of what OCP...

Infra issues with the CentOS repos /retest