You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "damonb123 (via GitHub)" <gi...@apache.org> on 2023/03/16 14:24:05 UTC

[GitHub] [cloudstack] damonb123 opened a new issue, #7348: CloudStack Template UI add crosszone selection

damonb123 opened a new issue, #7348:
URL: https://github.com/apache/cloudstack/issues/7348

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   API, UI
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   4.17.2.0
   ~~~
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   CloudStack UI for Templates does not allow ability to mark template crosszones.   If new zones are added, the end user must know to return and add template to new zone. 
   


-- 
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-unsubscribe@cloudstack.apache.org.apache.org

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


[GitHub] [cloudstack] shwstppr commented on issue #7348: CloudStack Template UI add crosszone selection

Posted by "shwstppr (via GitHub)" <gi...@apache.org>.
shwstppr commented on issue #7348:
URL: https://github.com/apache/cloudstack/issues/7348#issuecomment-1498668642

   @damonb123 cc @DaanHoogland I see there is already some code that allows associating existing cross-zone templates to new zone when a host is added. There could be some issue but looks fine to me.
   @damonb123 can you please provide logs or details of your env and steps followed?


-- 
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-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] kiranchavala commented on issue #7348: CloudStack Template UI add crosszone selection

Posted by "kiranchavala (via GitHub)" <gi...@apache.org>.
kiranchavala commented on issue #7348:
URL: https://github.com/apache/cloudstack/issues/7348#issuecomment-1473302735

   @damonb123 
   
   You can try the api call  https://cloudstack.apache.org/api/apidocs-4.17/apis/registerTemplate.html 
   
   and use  the parameter "zoneids"  to register a cross zone template


-- 
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-unsubscribe@cloudstack.apache.org

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


[GitHub] [cloudstack] DaanHoogland commented on issue #7348: CloudStack Template UI add crosszone selection

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland commented on issue #7348:
URL: https://github.com/apache/cloudstack/issues/7348#issuecomment-1473626750

   @kiranchavala if I understand @damonb123 correctly, he already did that and it worked. but when after registration of the template a new zone is added the template is not automatically added to the new zone. For this to work we would need to have a mark similar as for systemvm/internal templates.


-- 
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-unsubscribe@cloudstack.apache.org

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