RE: Release Notes

2017-12-28 Thread Paul Angus
Thanks Will! Kind regards, Paul Angus From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On Behalf Of Will Stevens Sent: 28 December 2017 23:35 To: Paul Angus Cc: dev@cloudstack.apache.org Subject: Re: Release Notes Hey Paul, Sorry, I don't think I

Re: Release Notes

2017-12-28 Thread Will Stevens
Hey Paul, Sorry, I don't think I have had a chance to get this fully integrated with an 'apache' or 'cloudstack' repo yet, but here is the tool I wrote for generating sections of the RN. https://github.com/swill/generate_acs_rn For the API changes, you will have to utilize the work that

Re: [DISCUSS] Changing events to include UUIDs, could it break your integration

2017-12-28 Thread Nux!
+1 for this change as far as I am concerned, seems a good one. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Rohit Yadav" > To: "dev" , "users" >

Re: Any pythonista willing to help backport some cloud-init changes?

2017-12-28 Thread Nux!
Oh, right, cool! I thought it's not proper to exclude the tests, but whatever works. I've rebuilt the RPMs and will ask the user to repeat the tests (and whoever else is up for it!). http://li.nux.ro/download/nux/tmp/cloud-init7/ Once we agree it works I can ask the CentOS guys for an updated

Re: Any pythonista willing to help backport some cloud-init changes?

2017-12-28 Thread Rene Moser
On 12/28/2017 05:57 PM, Nux! wrote: > 1 out of 2 hunks FAILED -- saving rejects to file > tests/unittests/test_datasource/test_cloudstack.py.rej No python magic needed here, only git magic :) So only the tests part did not apply, I would just "exclude" those... git am

RE: Release Notes

2017-12-28 Thread Paul Angus
Cheers – enjoy the snow! Kind regards, Paul Angus From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On Behalf Of Will Stevens Sent: 28 December 2017 15:43 To: Paul Angus Cc: dev@cloudstack.apache.org Subject: RE: Release Notes I am heading out to

Re: Any pythonista willing to help backport some cloud-init changes?

2017-12-28 Thread Nux!
Hi, That patch does not apply cleanly to cloud-init 0.7.9 tarball. It needs some adapting by someone who understands python. cloud-init-0.7.9]$ patch -p1 < ../da1db792b2721d94ef85df8c136e78012c49c6e5.patch patching file cloudinit/sources/DataSourceCloudStack.py Hunk #1 succeeded at 186 (offset

Re: [DISCUSS] Changing events to include UUIDs, could it break your integration

2017-12-28 Thread Khosrow Moossavi
+1 on API versioning and make it really RESTful (cherry on top). I'm willing to participate on this change if voted for. Khosrow Moossavi CloudOps On Thu, Dec 28, 2017 at 11:07 AM, Rene Moser wrote: > Hi > > On 12/28/2017 10:52 AM, Rohit Yadav wrote: > > All, > > > > > >

Re: Any pythonista willing to help backport some cloud-init changes?

2017-12-28 Thread Rene Moser
Jo Nux On 12/28/2017 10:04 AM, Nux! wrote: > Hi, > > I've been made aware by a user that there is an issue (regression) with the > latest cloud-init in CentOS, in that the Cloudstack data source does not > parse dhcp lease files with "-" in them. > There's a fix, but it does not apply cleanly.

Re: [DISCUSS] Changing events to include UUIDs, could it break your integration

2017-12-28 Thread Rene Moser
Hi On 12/28/2017 10:52 AM, Rohit Yadav wrote: > All, > > > We've come across a pull request which changes the event description to > use/export UUIDs instead of the numeric internal ID of a resource. I'm not > sure if this could potentially break any external integration such as > billing,

RE: Release Notes

2017-12-28 Thread Will Stevens
I am heading out to ski right now as I am on holiday. I will get you pointed in the right direction when I get back in. On Dec 28, 2017 7:31 AM, "Paul Angus" wrote: > Thanks Pierre-Luc (Happy Christmas) > > Hey Will... how do you do about extracting the extra stuff

RE: Release Notes

2017-12-28 Thread Paul Angus
Thanks Pierre-Luc (Happy Christmas) Hey Will... how do you do about extracting the extra stuff from github? thanks Kind regards, Paul Angus paul.an...@shapeblue.com  www.shapeblue.com 53 Chandos Place, Covent Garden, London WC2N 4HSUK @shapeblue -Original Message- From:

DZone article on software management

2017-12-28 Thread Ron Wheeler
For those who are interested in process. This is an interesting summary of "Best Practices" for teamwork on software projects. https://dzone.com/storage/assets/7529578-rc-167-softwareconfigurationmanagementpatterns.pdf It describes practices that I believe are currently followed in the

[DISCUSS] Changing events to include UUIDs, could it break your integration

2017-12-28 Thread Rohit Yadav
All, We've come across a pull request which changes the event description to use/export UUIDs instead of the numeric internal ID of a resource. I'm not sure if this could potentially break any external integration such as billing, crms etc. so wanted to get your feedback on this. My

Any pythonista willing to help backport some cloud-init changes?

2017-12-28 Thread Nux!
Hi, I've been made aware by a user that there is an issue (regression) with the latest cloud-init in CentOS, in that the Cloudstack data source does not parse dhcp lease files with "-" in them. There's a fix, but it does not apply cleanly. Can someone have a go at it?