Re: Possible bug fix - sanity check please

2019-01-25 Thread Jon Marshall
Hi Yiping It is this related bug - https://github.com/apache/cloudstack/issues/3088 Have a look at the comments but to summarise you need to replace this line (line 490) - if ips[0] == "0": with - if len(ips) == 0 or ips[0] == "0": I have tested it and it fixes the problem I was se

Re: Why CloudStack 5

2019-01-25 Thread Rafael Weingärtner
I am 100% with @Rohit Yadav with respect to 4.12. I do diverge regarding the next LTS version though. As you all guys said, the community is small, and as such, if we have the requirement for multiple major changes, before upgrading the "X" bit in a release, we will never go there (that is a fact

Re: Why CloudStack 5

2019-01-25 Thread Ivan Kudryavtsev
Well, my intention is to prevent the community from doing revolutionary changes intending to deliver redesigned 5.0, to keep going the current road improving the codebase, removing the odd stuff like 'Citrix NetScaler', 'Juniper XYZ' if nobody supports them, improving current functionality and addi

Re: Why CloudStack 5

2019-01-25 Thread Ron Wheeler
Maybe it might be a good idea to keep 4.x for the version with no spec which can be extended without regard for upward compatibility and start a spec for 5.x. which would have some iron-clad rules about compatibility and interface/API stability. That way everyone could contribute to the versio

CloudStack 4.11 adoption/vendors map

2019-01-25 Thread Ivan Kudryavtsev
After the "Why CloudStack 5" I decided to put some efforts to build the map for CloudStack infrastructure and would like to present the initial map for CS 4.11.2 world: https://raw.githubusercontent.com/bwsw/cloudstack-map/master/topologies.png What I would like to offer to the community is explai