You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/12/11 14:05:36 UTC

[GitHub] [cloudstack-primate] wido opened a new issue #895: [FEATURE] Multiple Management Server support

wido opened a new issue #895:
URL: https://github.com/apache/cloudstack-primate/issues/895


   Right now the UI is developed towards a single CloudStack Management Server as it assume the API will be available under **/client/api**
   
   This is set in config.json:
   
   <pre>
   "apiBase": "/client/api"
   </pre>
   
   This hard-codes the API to be available on /client/api while using reverse proxies multiple APIs could be made available:
   
   - /api/manager1
   - /api/manager2
   - /api/manager3
   
   In the JSON we could have support for different servers:
   
   <pre>
   "servers": [
       {
           "name": "Manager 1",
           "apiBase": "/api/manager1"
       },
       {
           "name": "Manager 2",
           "apiBase": "/api/manager2"
       },
       {
           "name": "Manager 3",
           "apiBase": "/api/manager3"
       }
   ]
   
   On the login page a dropdown menu could be shown when multiple servers are defined in the JSON file so that users can select the different server they want to log in to.


----------------------------------------------------------------
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-primate] rhtyd edited a comment on issue #895: [FEATURE] Multiple Management Server support

Posted by GitBox <gi...@apache.org>.
rhtyd edited a comment on issue #895:
URL: https://github.com/apache/cloudstack-primate/issues/895#issuecomment-762684091


   It is not clear from the issue description if the different management servers belong to the same CloudStack installation or are different sites; in case they are the same installation (multi-mgmt setup) there is no need for changes in Primate, you can setup a basic nginx LB config (https://www.nginx.com/resources/wiki/start/topics/examples/loadbalanceexample/) and use the archive (http://download.cloudstack.org/primate/4.15.0.0/archive/) to do a custom setup/install.


----------------------------------------------------------------
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-primate] wido commented on issue #895: [FEATURE] Multiple Management Server support

Posted by GitBox <gi...@apache.org>.
wido commented on issue #895:
URL: https://github.com/apache/cloudstack-primate/issues/895#issuecomment-762686647


   > It is not clear from the issue description if the different management servers belong to the same CloudStack installation or are different sites; in case they are the same installation (multi-mgmt setup) there is no need for changes in Primate, you can setup a basic nginx LB config (https://www.nginx.com/resources/wiki/start/topics/examples/loadbalanceexample/) and use the archive (http://download.cloudstack.org/primate/4.15.0.0/archive/) to do a custom setup/install.
   
   Understood. This support is for different CloudStack installations. In our use-case we have CloudStack installations in Amsterdam, Miami and Barcelona and even multiple installations in Amsterdam.
   
   With this support we can have one deployment of the UI under one URL where we can point customers to.


----------------------------------------------------------------
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-primate] rhtyd commented on issue #895: [FEATURE] Multiple Management Server support

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #895:
URL: https://github.com/apache/cloudstack-primate/issues/895#issuecomment-762684091


   It is not clear from the issue description if the different management server belong to the same CloudStack installation or are different sites; in case they are the same installation (multi-mgmt setup) there is no need for changes in Primate, you can setup a basic nginx LB config (https://www.nginx.com/resources/wiki/start/topics/examples/loadbalanceexample/) and use the archive (http://download.cloudstack.org/primate/4.15.0.0/archive/) to do a custom setup/install.


----------------------------------------------------------------
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