You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/10/20 11:06:29 UTC

[GitHub] [cloudstack] GabrielBrascher opened a new pull request #3730: Update SystemVM scripts from python2 to python3

GabrielBrascher opened a new pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730


   ## Description
   <!--- Describe your changes in detail -->
   
   - Considering that Python 2.7 will not be maintained in 2020 (will be retired on 1st January 2020) next VR template should have Python3 installed to support python3 scripts; additionally, VR's Python2 codebase should be migrated to Python3.
   
   - This PR covers partially issue #3195.
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-776863588


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2673


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher edited a comment on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher edited a comment on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-668949539


   **UPDATE:** After updating the code I was able to build the System VM template and test it (on KVM).
   
   **Environment:** KVM
   **Network type:** Advanced with security groups
   
   **Test -** Deploy VMs and assert that User VM gets IPv6 address correctly:
   1. Deploy VM on a network (let's call this network of _python3_) with no VR
   2. VR is deployed, health check scripts are all good
   3. User VM is deployed on the _Python3_ network
   4. SSH on IPv6 address works
   
   Based on the test result, I am changing this PR status from "_Draft_" to "_ready for review_". With that said, I encourage reviewers to check the code and test SystemVMs with the Python3 changes ;-)
   
   **Note:** there are still pending tests such as VR for Basic networks, Advanced networks without SG, VPCs, etc. Additionally, I have not tested this template on SSVM or CPVM.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698226935






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-694740188


   @GabrielBrascher can you hacve a look at the conflict?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698227196


   @GabrielBrascher a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-776831766


   @blueorangutan package


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher closed pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher closed pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-712829091


   Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2222


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #3730: Update VR's scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-625121860


   this should be coordinated with #3797


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698227196






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-672337645


   @GabrielBrascher a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland closed pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland closed pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher edited a comment on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher edited a comment on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-671670803


   Pycodestyle has passed after the last commit. Jenkins and Travis are looking good.
   This one is ready for review/tests.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-788022820


   @GabrielBrascher can we close this?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698777753


   @blueorangutan test


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698777753






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-672337382


   @blueorangutan package


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-672368433


   Packaging result: ✔centos7 ✔debian. JID-1715


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-788309627


   PR closed in favor of #4727.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-712807618


   @DaanHoogland I have been able to run some tests on the Advanced network with security groups, and a few tests on the basic network. But it still lacking some tests on advanced networks with VPC, etc.
   
   With that said, I think that we will need a couple more months and also more review/test.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-712848521


   @GabrielBrascher that would mean moving to the next milestone!


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-712781049


   @GabrielBrascher @wido @rhtyd @weizhouapache @PaulAngus python3 work in general has been neglected for a while. Are we still going to push it for 4.15?
   @blueorangutan package


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698243694


   Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2082


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698226935






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update VR's scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-664590843


   Sorry for the late reply, @rhtyd. I just fixed conflicts and ported to the current master.
   I am now performing tests and if all goes right I shall have this PR ready for review soon.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-671755604


   Current Travis Pylint errors are related to the fact of Pylint evaluating a, supposedly, Python2 code.
   
   ```
   pylint  --disable=R,C,W configure.py 
   No config file found, using default configuration
   ************* Module configure
   E: 24, 0: No name 'request' in module 'urllib' (no-name-in-module)
   E: 24, 0: Unable to import 'urllib.request' (import-error)
   E: 25, 0: No name 'parse' in module 'urllib' (no-name-in-module)
   E: 25, 0: Unable to import 'urllib.parse' (import-error)
   E: 26, 0: No name 'error' in module 'urllib' (no-name-in-module)
   E: 26, 0: Unable to import 'urllib.error' (import-error)
   E: 81,23: Undefined variable 'urllib' (undefined-variable)
   E: 82,26: Undefined variable 'urllib' (undefined-variable)
   E: 84,27: Undefined variable 'urlopen' (undefined-variable)
   
   -------------------------------------------------------------------
   Your code has been rated at 9.39/10 (previous run: 10.00/10, -0.61)
   
   ```
   
   If Travis had pylint3, then it would be evaluating a Python3 code. I get the following result on pylint3
   
   ```
   pylint3  --disable=R,C,W configure.py 
   No config file found, using default configuration
   
   -------------------------------------------------------------------
   Your code has been rated at 10.00/10 (previous run: 9.39/10, +0.61)
   
   ```
   
   :arrow_down: The same applies for the errors raised by Travis regarding `passwd_server_ip.py`:
   ```
   pylint  --disable=R,C,W passwd_server_ip.py 
   No config file found, using default configuration
   ************* Module passwd_server_ip
   E: 34, 0: No name 'parse' in module 'urllib' (no-name-in-module)
   E: 34, 0: Unable to import 'urllib.parse' (import-error)
   E: 36, 0: Unable to import 'http.server' (import-error)
   E: 37, 0: Unable to import 'socketserver' (import-error)
   
   -------------------------------------------------------------------
   Your code has been rated at 8.60/10 (previous run: 10.00/10, -1.40)
   ```
   vs pylint3
   ```
   pylint3  --disable=R,C,W passwd_server_ip.py 
   No config file found, using default configuration
   
   -------------------------------------------------------------------
   Your code has been rated at 10.00/10 (previous run: 8.60/10, +1.40)
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on pull request #3730: Update VR's scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-643067101


   @GabrielBrascher any update for us, you still working on this? Thanks.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698785527


   @GabrielBrascher I see pylint errors again in travis job 1, can you have a look?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-712883316


   @DaanHoogland correct! I migrated it to 4.16 so we don't wait longer to release 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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-698778087


   @DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-788309225


   @DaanHoogland sure! I will close this one, if necessary we can always re-open it.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-668949539


   **UPDATE:** After updating the code I was able to build the System VM template and test it (on KVM).
   
   **Environment:** KVM
   **Network type:** Advanced with security groups
   
   **Test -** Deploy VMs and assert that User VM gets IPv6 address correctly:
   1. Deploy VM on a network (let's call this network of _python3_) with no VR
   2. VR is deployed, health check scripts are all good
   3. User VM is deployed on the _Python3_ network
   4. SSH on IPv6 address works
   
   Based on the test result, this PR I am moving it from "_Draft_" to "_ready for review_". With that said, I encourage reviewers to check the code and test SystemVMs with the Python3 changes ;-)
   
   **Note:** there are still pending tests such as VR for Basic networks, Advanced networks without SG, VPCs, etc. Additionally, I have not tested this template on SSVM or CPVM.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-671670803


   Pycodestyle has passed after last commit. Jenkins and Travisa are looking good.
   This one is ready for review/tests.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] GabrielBrascher commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
GabrielBrascher commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-669072243


   Travis is failing due to `pycodestyle` failures: https://travis-ci.org/github/apache/cloudstack/jobs/715011759
   I will address these "checkstyle" issues soon and update the PR.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-776832618


   @GabrielBrascher a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #3730: Update SystemVM scripts from python2 to python3

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #3730:
URL: https://github.com/apache/cloudstack/pull/3730#issuecomment-712781446


   @DaanHoogland a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


----------------------------------------------------------------
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:
users@infra.apache.org