[GitHub] [cloudstack] rhtyd commented on issue #3195: Python 3 compatibility

2021-08-09 Thread GitBox


rhtyd commented on issue #3195:
URL: https://github.com/apache/cloudstack/issues/3195#issuecomment-895077557


   @DaanHoogland can you review that's remaining and being targetted for 4.16; 
I suppose except for component tests and VR scripts all are 100% complete? Even 
component tests are all migrated to py3? cc @nvazquez @sureshanaparti 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack] rhtyd commented on issue #3195: Python 3 compatibility

2020-01-14 Thread GitBox
rhtyd commented on issue #3195: Python 3 compatibility
URL: https://github.com/apache/cloudstack/issues/3195#issuecomment-574070767
 
 
   Given the time it won't be possible to completely do it and test within 
4.14, let's do it against 4.15.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack] rhtyd commented on issue #3195: Python 3 compatibility

2019-06-05 Thread GitBox
rhtyd commented on issue #3195: Python 3 compatibility
URL: https://github.com/apache/cloudstack/issues/3195#issuecomment-499082479
 
 
   I think we'll need to deprecate all the XS 6.x, which we can discuss and aim 
to do in 4.14 and onwards. XS7 or xcp-ng 7.x with CentOS7 based dom0 may be 
more easy to support python3.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack] rhtyd commented on issue #3195: Python 3 compatibility

2019-06-05 Thread GitBox
rhtyd commented on issue #3195: Python 3 compatibility
URL: https://github.com/apache/cloudstack/issues/3195#issuecomment-499020206
 
 
   @wido changing the env dependency is a big step, python3.x is not available 
on all distros by default. I think it's better to discuss on dev@ for future 
steps. In my proposal, for the VR for example I've proposed that we move to a 
lightweight agent and as PoC I've shared a Go-Java approach based on grpc.
   
   I think the best time would be to discuss/start doing things after 4.13, as 
we've decided to deprecate CentOS6 after 4.13.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack] rhtyd commented on issue #3195: Python 3 compatibility

2019-05-27 Thread GitBox
rhtyd commented on issue #3195: Python 3 compatibility
URL: https://github.com/apache/cloudstack/issues/3195#issuecomment-496222841
 
 
   Is there an argument to say, these may be implemented purely in Java (if 
possible)? Currently, many of these scripts esp on KVM are forked via the 
cloudstack-agent and called.
   For VR, I played with GRPC and I think it can be secured against the current 
CA-framework introduced in 4.11; here's a PoC: 
https://github.com/shapeblue/cloudstack/pull/44
   I'll propose more details on dev@ once I can put together design/idea 
details.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services