Nuwan Goonasekera

Results 138 comments of Nuwan Goonasekera

@selshowk In that case, I can confirm that instances without public IPs are able to create outbound connections, and we use this in practice. We are definitely not using NAT...

@selshowk I'm checking up on this now, will let you know how it goes.

It looks like you're right, it seems that you need to either have a NAT gateway, a public IP or an IPv6 IP. I think that when I tested this...

> The solutions look quite different on the three providers: > > on aws I have to create two subnets (a public & private one), add a NAT gateway to...

In addition, to maintain behavioural consistency, we would need the same default security group rules when a new firewall is created. Further, the rule abstraction exposed by CloudBridge needs to...

Conclusion: introduce Enum with TCP and UDP only for now.

@afgane This may not work after all. Restricting to TCP and UDP only is fine for setting values, but when retrieving values, * or ICMP could be a returned protocol....

@selshowk This is interesting because we haven't actually tried to use cloudbridge in an async way before. Are you using a library to patch cloudbridge to being async? Even in...

Another thing we have been considering recently is to have all operations return a "background task", that can be polled and waited upon. One reason for this is that on...

@selshowk In the current implementation, if we don't return the `result()` from Azure, we would have to do something like what you suggested, treat the `self._vm` property as a lazy...