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 2021/06/10 12:45:45 UTC

[GitHub] [cloudstack] shwstppr opened a new pull request #5099: server: fix scale for dummy template ingested vm

shwstppr opened a new pull request #5099:
URL: https://github.com/apache/cloudstack/pull/5099


   ### Description
   
   For vm import, dummy template can be used - https://docs.cloudstack.apache.org/en/latest/adminguide/virtual_machines.html#dummy-template
   Named as system-default-vm-import-dummy-template.iso, the template is marked as removed in the CloudStack DB.
   For scale operation while trying to find vm template, server needs to find in all templates including removed.
   
   Fixes #5096
   <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   <!--- ********************************************************************************* -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- ********************************************************************************* -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document -->
   


-- 
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 #5099: server: fix scale for dummy template ingested vm

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


   @shwstppr 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] shwstppr commented on pull request #5099: server: fix scale for dummy template ingested vm

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


   @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 removed a comment on pull request #5099: server: fix scale for dummy template ingested vm

Posted by GitBox <gi...@apache.org>.
blueorangutan removed a comment on pull request #5099:
URL: https://github.com/apache/cloudstack/pull/5099#issuecomment-858614130






-- 
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] shwstppr removed a comment on pull request #5099: server: fix scale for dummy template ingested vm

Posted by GitBox <gi...@apache.org>.
shwstppr removed a comment on pull request #5099:
URL: https://github.com/apache/cloudstack/pull/5099#issuecomment-858593823


   @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 #5099: server: fix scale for dummy template ingested vm

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


   @shwstppr 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] shwstppr commented on pull request #5099: server: fix scale for dummy template ingested vm

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


   @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] shwstppr commented on pull request #5099: server: fix scale for dummy template ingested vm

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


   Fix added in #5095 


-- 
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] shwstppr closed pull request #5099: server: fix scale for dummy template ingested vm

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


   


-- 
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 #5099: server: fix scale for dummy template ingested vm

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


   Packaging result: :heavy_check_mark: centos7 :heavy_check_mark: centos8 :heavy_check_mark: debian. SL-JID 199


-- 
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] shwstppr commented on pull request #5099: server: fix scale for dummy template ingested vm

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


   @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 #5099: server: fix scale for dummy template ingested vm

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


   Packaging result: :heavy_check_mark: centos7 :heavy_check_mark: centos8 :heavy_check_mark: debian. SL-JID 198


-- 
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] shwstppr removed a comment on pull request #5099: server: fix scale for dummy template ingested vm

Posted by GitBox <gi...@apache.org>.
shwstppr removed a comment on pull request #5099:
URL: https://github.com/apache/cloudstack/pull/5099#issuecomment-858590762


   @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